diff --git a/Dockerfile b/Dockerfile index d0e7d46..5e3d84f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm i COPY . . # Build the project -RUN yarn run build +RUN npm run build # Change the port and host ENV PORT=3001