Skip to content

Commit

Permalink
remove no longer needed args
Browse files Browse the repository at this point in the history
  • Loading branch information
robswc committed Mar 22, 2023
1 parent 95ac333 commit a0c0dc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ WORKDIR /app
RUN npm install

# Add args
ARG BACKEND_URL
ENV BACKEND_URL=${BACKEND_URL}
RUN echo "BACKEND_URL: ${BACKEND_URL}"

ARG MAX_OLD_SPACE_SIZE=1024

# Build NextJS app
Expand Down

0 comments on commit a0c0dc8

Please sign in to comment.