Skip to content

Commit

Permalink
Add env.
Browse files Browse the repository at this point in the history
  • Loading branch information
glaroc committed Oct 4, 2023
1 parent 54bda1c commit ba027be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN cd BonInABoxScriptService; npm run build; cd ..; \
# add app
COPY . ./

ENV REACT_APP_VIEWER_HOST=${REACT_APP_VIEWER_HOST}
RUN npm run build
CMD ["npm", "start"]

Expand Down

0 comments on commit ba027be

Please sign in to comment.