Skip to content

Commit

Permalink
fix ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed Dec 1, 2024
1 parent c1e0e94 commit 03b850f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docker-builds/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ ENV ETHLANCE_CONFIG_PATH="/build/ethlance/config/${ETHLANCE_COMPONENT}-config-${
WORKDIR /build/ethlance
COPY . .

RUN cat shared/src/ethlance/shared/smart_contracts_${ETHLANCE_ENV}.cljs
RUN cat "${SMART_CONTRACTS_PATH}"

WORKDIR /build/ethlance-config
COPY config .
# WORKDIR /build/ethlance-config
# COPY config .

# WORKDIR /build
# RUN git clone https://github.com/district0x/d0x-libs
WORKDIR /build
COPY ethlance-config/config /build/ethlance/config
RUN git clone https://github.com/district0x/d0x-libs


ARG BUILD_ENV=qa
ARG ETHLANCE_ENV=qa
FROM init as build_stage
ENV ETHLANCE_ENV=qa
WORKDIR $ETHLANCE_SOURCE_ROOT
Expand Down

0 comments on commit 03b850f

Please sign in to comment.