Skip to content

Commit

Permalink
chore: CICD test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 4, 2024
1 parent de454df commit 360d826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile-client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS build
FROM node:20 AS build
WORKDIR /app
COPY packages/client/package.json .
RUN yarn install
Expand Down
2 changes: 1 addition & 1 deletion dockerfile-server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:20
WORKDIR /app

# 패키지 설치
Expand Down

0 comments on commit 360d826

Please sign in to comment.