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