Skip to content

Commit

Permalink
remove docker creds and push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Frederick committed Jan 9, 2024
1 parent 864fff7 commit 3775de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/devnet.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ARG PROFILE=release
COPY --from=builder /app/target/$PROFILE/crunch /usr/local/bin

#
COPY ./environments/cc3/devnet/.env .
COPY ./environments/cc3/devnet/.private.seed .
COPY environments/cc3/devnet/.env .
COPY environments/cc3/devnet/.private.seed .

RUN useradd -u 1000 -U -s /bin/sh crunch
USER crunch
Expand Down

0 comments on commit 3775de5

Please sign in to comment.