Update application ports to 3051 and enhance frontend/backend configurations
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ COPY . .
|
||||
EXPOSE 3050
|
||||
|
||||
# Set environment variable for API URL
|
||||
ENV VITE_API_URL=http://localhost:3001/api
|
||||
ENV VITE_API_URL=http://localhost:3051/api
|
||||
|
||||
# Start development server
|
||||
CMD ["npm", "start"]
|
||||
|
||||
Reference in New Issue
Block a user