diff options
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/Dockerfile.nginx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/Dockerfile.nginx b/support/docker/production/Dockerfile.nginx index 1d685eee6..c559b2536 100644 --- a/support/docker/production/Dockerfile.nginx +++ b/support/docker/production/Dockerfile.nginx | |||
@@ -1,6 +1,6 @@ | |||
1 | FROM nginx:alpine | 1 | FROM nginx:alpine |
2 | 2 | ||
3 | COPY entrypoint.nginx.sh . | 3 | COPY ./support/docker/production/entrypoint.nginx.sh . |
4 | RUN chmod +x entrypoint.nginx.sh | 4 | RUN chmod +x entrypoint.nginx.sh |
5 | 5 | ||
6 | EXPOSE 80 443 | 6 | EXPOSE 80 443 |