Skip to content

Commit 80e211d

Browse files
author
Sloan Thompson
committed
Remove .env* copy during build
We've removed all of the .env files, so there's nothing to copy anymore.
1 parent d844872 commit 80e211d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/solidity/dashboard/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN apk add --update --no-cache \
1212

1313
COPY package.json /app/package.json
1414
COPY package-lock.json /app/package-lock.json
15-
COPY .env* /app/
1615

1716
RUN npm install
1817

0 commit comments

Comments
 (0)