Skip to content
Snippets Groups Projects
Commit c1bf64b6 authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

fix: server Dockerfile - corrected final step - using RUN instruction instead...

fix: server Dockerfile - corrected final step - using RUN instruction instead of the CMD as a preparation for a multi-stage
parent 06274f0c
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ RUN npx prisma generate
COPY . .
CMD ["npm", "run", "build"]
RUN npm run build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment