Upstream sync
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM nginx:latest
|
||||
|
||||
RUN apt-get update; apt-get install -y openssl
|
||||
RUN apt-get install -y ca-certificates
|
||||
|
||||
RUN rm -rf /etc/nginx/conf.d/*;
|
||||
COPY ./dist/default.conf /etc/nginx/conf.d/
|
||||
|
||||
Reference in New Issue
Block a user