Skip to content

Commit

Permalink
Update dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed Dec 7, 2023
1 parent a1ba912 commit e6115e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-builds/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_ENV=qa
FROM --platform=amd64 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-18.17.0 as init
ARG BUILD_ENV=qa
USER root

# RUN npm i -g [email protected]
Expand Down
4 changes: 2 additions & 2 deletions docker-builds/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG ETHLANCE_ENV=qa
FROM --platform=amd64 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-18.17.0 as init
ARG BUILD_ENV=qa
USER root

# RUN npm i -g [email protected]
ENV ETHLANCE_SOURCE_ROOT=/build/ethlance
ENV ETHLANCE_SERVER_ROOT=/build/ethlance/server
ENV ETHLANCE_ENV=$ETHLANCE_ENV
ENV ETHLANCE_ENV=$BUILD_ENV
ENV DEPLOY_TARGET=/deploy/

WORKDIR /build/ethlance
Expand Down

0 comments on commit e6115e3

Please sign in to comment.