Skip to content

Commit 04568af

Browse files
committed
Changed local host to API in DOckerFIle
1 parent 7a35781 commit 04568af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:20
22

33
ENV NODE_ENV=production
44

5-
ARG API_URI=http://localhost:3001
5+
ARG API_URI=http://api:3001
66
ENV NEXT_PUBLIC_API_URI $API_URI
77

88
ARG API_TIMEOUT=5000

0 commit comments

Comments
 (0)