diff --git a/IMOMaritimeSingleWindow/Client/Dockerfile b/IMOMaritimeSingleWindow/Client/Dockerfile index 0237ae49..d4e7d7f9 100644 --- a/IMOMaritimeSingleWindow/Client/Dockerfile +++ b/IMOMaritimeSingleWindow/Client/Dockerfile @@ -24,5 +24,6 @@ COPY nginx.conf /etc/nginx/nginx.conf # Expose port 80 EXPOSE 80 + # Start Nginx CMD ["sh", "-c", "envsubst < /etc/nginx/nginx.conf > /etc/nginx/nginx.conf && nginx -g 'daemon off;'"]