copy entrypoint in docker file

This commit is contained in:
2026-05-01 20:16:43 +02:00
parent 042a1d4773
commit a80b3ad5b1
+1 -1
View File
@@ -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