diff --git a/Dockerfile b/Dockerfile index 4a84f21..88b0304 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ COPY --from=builder .next .next COPY --from=builder public public EXPOSE 80 -ENTRYPOINT ["npm", "run", "start-prod"] \ No newline at end of file +ENTRYPOINT ["npm", "run", "start-prod"]