Skip to content

Commit

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

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


ENTRYPOINT ["node"]

0 comments on commit f123806

Please sign in to comment.