Skip to content

Commit

Permalink
trying again with new setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ldscavo committed Oct 1, 2024
1 parent a7fb68a commit e31d543
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 @@ -2,5 +2,6 @@ FROM node:10.24.1-alpine3.11
WORKDIR /app
COPY . .
RUN npm install
RUN npm run migrate
EXPOSE 8080
CMD [ "node", "./server" ]

0 comments on commit e31d543

Please sign in to comment.