mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +00:00
Update Dockerfile (test7)
This commit is contained in:
parent
dc47a9b797
commit
b45b50aa3b
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ RUN apk add --no-cache --update \
|
|||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
# Copy custom nginx configuration file to the http.d directory
|
||||
COPY ./nginx_http.conf /etc/nginx/http.d/
|
||||
|
||||
## Set up the SSH keys from an environment variable
|
||||
#ENV AUTHORIZED_KEYS=""
|
||||
#RUN echo "${AUTHORIZED_KEYS}" > /root/.ssh/authorized_keys && \
|
||||
|
|
Loading…
Reference in a new issue