Skip to content

Commit

Permalink
docker build시 pm2를 전역으로 설치하여 container에서 pm2를 실행할 수 있도록 설정 (24.04.06)
Browse files Browse the repository at this point in the history
docker build시 pm2를 전역으로 설치하여 container에서 pm2를 실행할 수 있도록 설정 (24.04.06)
  • Loading branch information
seoko97 committed Apr 6, 2024
2 parents 2536eaa + 0686b25 commit 4d7499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY .pnp.loader.mjs .
COPY .yarn ./.yarn


RUN yarn install -g pm2
RUN npm install -g pm2
RUN yarn install

COPY . .
Expand Down

0 comments on commit 4d7499e

Please sign in to comment.