Skip to content
Snippets Groups Projects
Commit 15238b5e authored by Steve Reis's avatar Steve Reis
Browse files

fix: Missing assets folder in dockerfile

parent 183aca97
No related branches found
No related tags found
No related merge requests found
......@@ -28,5 +28,6 @@ RUN npm ci --production --ignore-scripts
COPY . .
COPY --from=development /usr/src/app/dist ./dist
COPY --from=development /usr/src/app/assets ./assets
CMD ["node", "dist/main"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment