Skip to content

Commit

Permalink
fix: 📦 add build command to docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed May 15, 2024
1 parent d109dcb commit 17c0886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions order-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ COPY . .
EXPOSE 40000
RUN chown -R node /usr/src/app
USER node
RUN npm run build
CMD ["npm", "run", "start"]

0 comments on commit 17c0886

Please sign in to comment.