We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598f75b commit c862e6eCopy full SHA for c862e6e
Dockerfile
@@ -11,7 +11,7 @@ RUN rm -rf /etc/nginx/conf.d/default.conf
11
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
12
COPY ./cert.crt /etc/nginx/cert.crt
13
COPY ./cert.key /etc/nginx/cert.key
14
-COPY ./*.txt /var/www/sslauth
+COPY ./*.txt /var/www/sslauth/
15
COPY --from=builder /app/build /usr/share/nginx/html
16
EXPOSE 80 443
17
CMD [ "nginx", "-g", "daemon off;" ]
0 commit comments