Skip to content

Commit

Permalink
add assets to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler committed Oct 23, 2023
1 parent 4541f03 commit ee63506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN ldconfig /usr/local/lib
COPY --from=prod /usr/src/app/node_modules ./node_modules
COPY --from=prod /usr/src/app/dist ./dist
COPY --from=prod /usr/src/app/bin ./bin
COPY --from=prod /usr/src/app/assets ./assets

COPY LICENSE /licenses/LICENSE.txt
COPY LICENSE /LICENSE
Expand Down

0 comments on commit ee63506

Please sign in to comment.