diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 5b208e9..402b362 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -27,10 +27,10 @@ ENV HOST=0.0.0.0 ENV NODE_ENV=production ENV PORT=3000 -WORKDIR /app +WORKDIR /app/apps/web COPY --from=build /app /app EXPOSE 3000 -CMD ["node", "apps/web/node_modules/.bin/react-router-serve", "apps/web/build/server/index.js"] +CMD ["node", "node_modules/.bin/react-router-serve", "build/server/index.js"]