Skip to content

Commit ebabb48

Browse files
authored
Update Dockerfile
1 parent 3b909a6 commit ebabb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EXPOSE 3000
1818

1919
# Define environment variable
2020
#ENV NODE_ENV=development
21-
ENV REACT_APP_API_BASE_URL=http://localhost:30002
21+
#ENV REACT_APP_API_BASE_URL=http://localhost:30002
2222

2323
# Run the app when the container launches
2424
CMD ["npm", "run", "dev"]

0 commit comments

Comments
 (0)