Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehBandrivskyi authored Jul 26, 2022
1 parent 9d76f6b commit b80590b
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 @@ -2,7 +2,7 @@ FROM node:16-alpine

WORKDIR /etc/sourcify

ADD . ./
COPY . .

COPY configs/chains/* services/core/src/
COPY configs/.env environments/.env
Expand Down

0 comments on commit b80590b

Please sign in to comment.