Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jun 25, 2024
1 parent 9eaf56e commit 5a6a79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/frontend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM node:lts-alpine3.19@sha256:ec0c413b1d84f3f7f67ec986ba885930c57b5318d2eb3abc
WORKDIR /app

ENV REACT_APP_FIA_REST_API_URL="/api"
ENV REACT_APP_FIA_DATA_VIEWER_URL="/data-viewer"

COPY . .

Expand Down

0 comments on commit 5a6a79f

Please sign in to comment.