From 6bb862e6e53813c47bdb98815fa8cc6d37283d54 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Sun, 9 Nov 2025 14:11:02 -0800 Subject: [PATCH] Disable custom changes to entrypoint and nginx.conf --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4672c9a..69fbe83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ COPY --from=build /app/dist /usr/share/nginx/html RUN chown -R nginx:nginx /usr/share/nginx/html -COPY entrypoint.sh /entrypoint.sh +#COPY entrypoint.sh /entrypoint.sh EXPOSE 80 -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +#ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file