diff --git a/docker/Dockerfile.frontend b/docker/Dockerfile.frontend index 080abcd..6c00282 100644 --- a/docker/Dockerfile.frontend +++ b/docker/Dockerfile.frontend @@ -27,7 +27,7 @@ COPY --from=build /usr/src/app/dist /usr/share/nginx/html COPY --from=build /usr/src/app/nginx.conf /etc/nginx/conf.d/default.conf # Copy entrypoint script that generates runtime config -COPY --from=build /usr/src/app/docker-entrypoint.sh /docker-entrypoint.sh +COPY docker-entrypoint.sh /docker-entrypoint.sh RUN chmod +x /docker-entrypoint.sh # Expose HTTP port