mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 04:36:20 +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"]
|
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
|
## Set up the SSH keys from an environment variable
|
||||||
#ENV AUTHORIZED_KEYS=""
|
#ENV AUTHORIZED_KEYS=""
|
||||||
#RUN echo "${AUTHORIZED_KEYS}" > /root/.ssh/authorized_keys && \
|
#RUN echo "${AUTHORIZED_KEYS}" > /root/.ssh/authorized_keys && \
|
||||||
|
|
Loading…
Reference in a new issue