diff --git a/Dockerfile b/Dockerfile index 0bc5235..3e3286b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ FROM node:18-alpine -WORKDIR /app -COPY /build/* ./ EXPOSE 3000 ENV NODE_ENV=production -RUN ["node", "index.js"] \ No newline at end of file +RUN ["node", "build/index.js"] \ No newline at end of file