Skip to content

Commit c862e6e

Browse files
committed
ssl
1 parent 598f75b commit c862e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN rm -rf /etc/nginx/conf.d/default.conf
1111
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
1212
COPY ./cert.crt /etc/nginx/cert.crt
1313
COPY ./cert.key /etc/nginx/cert.key
14-
COPY ./*.txt /var/www/sslauth
14+
COPY ./*.txt /var/www/sslauth/
1515
COPY --from=builder /app/build /usr/share/nginx/html
1616
EXPOSE 80 443
1717
CMD [ "nginx", "-g", "daemon off;" ]

0 commit comments

Comments
 (0)