Skip to content

Commit

Permalink
fix: docker file env
Browse files Browse the repository at this point in the history
  • Loading branch information
matevzsemprimoznik committed Dec 11, 2023
1 parent 46defd6 commit 162aca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm install
# Kopiraj celotno kodo in izvedi build
COPY . .

ENV NEXT_PUBLIC_BACKEND_URL "http://mycandys-gateway-service:11088"
ENV NEXT_PUBLIC_BACKEND_URL "http://studentdocker.informatika.uni-mb.si:11088"

RUN npm run build

Expand Down

0 comments on commit 162aca5

Please sign in to comment.