Skip to content

Commit

Permalink
Update Dockerfile-app
Browse files Browse the repository at this point in the history
Signed-off-by: Luigi Pellecchia <[email protected]>
  • Loading branch information
pellecchialuigi authored and Luigi Pellecchia committed Sep 9, 2024
1 parent 63cf890 commit 0d9dab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-app
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN mkdir BASIL-APP
COPY . /BASIL-APP
WORKDIR /BASIL-APP/app
# Set the public ip
ARG API_ENDPOINT=localhost:5000
ARG API_ENDPOINT=http://localhost:5000
ARG APP_PORT=9000
RUN sed -i "s#http://localhost:5000#${API_ENDPOINT}#g" src/app/Constants/constants.tsx && \
sed -i "s#--port 9000#--port ${APP_PORT}#g" package.json && \
Expand Down

0 comments on commit 0d9dab6

Please sign in to comment.