diff --git a/Dockerfile b/Dockerfile index 92f5068..1099b87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,9 +30,9 @@ FROM s3base as s3final COPY storage_v1.19.1/migrations /migrations # Copy production node_modules from the production dependencies stage -COPY --from=production-deps /app/node_modules node_modules +COPY --from=production-deps /app/node_modules /node_modules # Copy build artifacts from the build stage -COPY --from=s3build /app/dist dist +COPY --from=s3build /app/dist /dist #EXPOSE 5000 #CMD ["node", "dist/start/server.js"]