Skip to content

Commit

Permalink
upd Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jul 31, 2024
1 parent e1b3200 commit e84d06a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ COPY . /app

WORKDIR /app
RUN yarn
RUN chmod -R 777 .
WORKDIR /app/cicd
RUN yarn
RUN chmod -R 777 .

ENTRYPOINT ["node"]

0 comments on commit e84d06a

Please sign in to comment.