Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m1u1s1 authored Nov 25, 2024
1 parent 20c9ed2 commit fe19353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ EXPOSE 3000
# Define environment variable
#ENV NODE_ENV=development
ENV REACT_APP_API_BASE_URL=http://localhost:30002
ENV VITE_API_URL=http://165.227.166.132:30002

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

0 comments on commit fe19353

Please sign in to comment.