Update Dockerfile (test7)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-25 13:14:06 +03:30 committed by GitHub
parent dc47a9b797
commit b45b50aa3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 && \