Skip to content

Commit

Permalink
Changed local host to API in DOckerFIle
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-pcn committed Dec 5, 2024
1 parent 7a35781 commit 04568af
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
Expand Up @@ -2,7 +2,7 @@ FROM node:20

ENV NODE_ENV=production

ARG API_URI=http://localhost:3001
ARG API_URI=http://api:3001
ENV NEXT_PUBLIC_API_URI $API_URI

ARG API_TIMEOUT=5000
Expand Down

0 comments on commit 04568af

Please sign in to comment.