diff --git a/Dockerfile b/Dockerfile index 6b275fa..16de682 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:18-alpine -WORKDIR build +WORKDIR ./build EXPOSE 3000 ENV NODE_ENV=production RUN cat index.js | node --input-type=module \ No newline at end of file