Skip to content

Commit

Permalink
fix(build): add migrations to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Mar 25, 2021
1 parent 6e5c7bd commit 1713947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN npm install --only=production

COPY --from=build /tf2pickup.pl/configs ./configs
COPY --from=build /tf2pickup.pl/dist ./dist
COPY migrations ./migrations

USER node
CMD [ "npm", "run", "prod" ]
Expand Down

0 comments on commit 1713947

Please sign in to comment.