This commit is contained in:
parent
f0b1ee658c
commit
c9deadf0cb
|
|
@ -30,9 +30,9 @@ FROM s3base as s3final
|
||||||
COPY storage_v1.19.1/migrations /migrations
|
COPY storage_v1.19.1/migrations /migrations
|
||||||
|
|
||||||
# Copy production node_modules from the production dependencies stage
|
# 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 build artifacts from the build stage
|
||||||
COPY --from=s3build /app/dist dist
|
COPY --from=s3build /app/dist /dist
|
||||||
|
|
||||||
#EXPOSE 5000
|
#EXPOSE 5000
|
||||||
#CMD ["node", "dist/start/server.js"]
|
#CMD ["node", "dist/start/server.js"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue