Skip to content

Commit

Permalink
Include built-in decks in the docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lattyware committed May 1, 2020
1 parent 1733158 commit d1c4c62
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 @@ -34,6 +34,7 @@ COPY ["./package.json", "./package-lock.json", "./"]
RUN ["npm", "ci", "--only=production"]

COPY ["./config.json5", "./"]
COPY ["./decks", "./decks"]
COPY --from=0 ["/md/dist", "./"]

EXPOSE 8081
Expand Down

0 comments on commit d1c4c62

Please sign in to comment.