@ -25,4 +25,4 @@ COPY --from=builder /app/public ./public
EXPOSE 8080
EXPOSE 8081
ENTRYPOINT [ "npm", "run", "start" ]
ENTRYPOINT [ "node", "." ]