Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
⚡ fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hijiki51 committed Apr 29, 2022
1 parent 1af0c42 commit 86473fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /app/client

COPY . /app/client/

RUN apk update && apk add git

RUN npm ci
RUN npm run build

Expand Down
2 changes: 2 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ COPY . /app/client/

WORKDIR /app/client/server

RUN apk add git

RUN npm ci
RUN npm run build

Expand Down

0 comments on commit 86473fd

Please sign in to comment.