Skip to content

Commit

Permalink
fix(docker): copy generated css files for use in container
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Oct 4, 2019
1 parent 3f6f3a6 commit 0c5fe2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ COPY --from=build /usr/src/swingletree/node_modules ./node_modules

# add misc files like views or configurations
COPY views ./views
COPY static ./static
COPY templates ./templates
COPY swingletree.conf.yaml .

COPY --from=build /usr/src/swingletree/static ./static

ENTRYPOINT [ "node", "main.js" ]

0 comments on commit 0c5fe2a

Please sign in to comment.