Skip to content

Commit

Permalink
Merge branch 'feat-board-back' into 'dev-back'
Browse files Browse the repository at this point in the history
docs : amend dockerfile

See merge request ai_track/class_04/ai_project/team7/team7-ai-project!97
  • Loading branch information
nowgnas committed Jun 28, 2022
2 parents ab270c3 + 813ab95 commit acef8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ WORKDIR /usr/src/app
COPY package.json ./
RUN npm install --force
COPY ./ ./
EXPOSE 3000
CMD ["npm", "run", "start"]

0 comments on commit acef8d5

Please sign in to comment.