Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cake0420 committed Feb 12, 2024
1 parent 02fdff9 commit 40bb004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
docker push euegenechoi/careerfestival-frontend:latest
pwd
cd ../Backend
cd Backend
docker build -t careerfestival-backend ./Backend
docker tag careerfestival-backend euegenechoi/careerfestival-backend:latest
Expand Down
3 changes: 1 addition & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:20-allpine
WORKDIR /app
FROM node:20-alpine
RUN npm install
COPY package*.json ./
COPY ./src ./src
Expand Down

0 comments on commit 40bb004

Please sign in to comment.