Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
fixed environment variable FRONTEND_IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Krause-Glau committed Dec 20, 2019
1 parent c0040c4 commit bfbe436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx:alpine

ENV FRONTEND_IP=localhost
ENV FRONTEND_IP=http://localhost:8090
ENV API_ROOT=change-API_ROOT

COPY prod-env-updater.sh .
Expand Down

0 comments on commit bfbe436

Please sign in to comment.