Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendat1011 committed Jun 22, 2024
1 parent d1d9e0b commit 60c26f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
context: .
push: true
tags: tiendat1011/DACN-Backend:latest
file: ./Dockerfile
build-args:
ENV_FILE: .env
file: ./Dockerfile
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:20.14-alpine

COPY .env .env

WORKDIR /src/app

COPY ./package*.json .
Expand Down

0 comments on commit 60c26f0

Please sign in to comment.