Fix docker webserver build

pull/3543/head
Chocobozzz 2021-01-07 09:06:21 +01:00
parent 0f4f2ab007
commit 94f2bbe90b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM nginx:alpine
COPY entrypoint.nginx.sh .
COPY ./support/docker/production/entrypoint.nginx.sh .
RUN chmod +x entrypoint.nginx.sh
EXPOSE 80 443