Update application ports to 3051 and enhance frontend/backend configurations
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ RUN npm install
|
||||
COPY . .
|
||||
|
||||
# Expose port
|
||||
EXPOSE 3001
|
||||
EXPOSE 3051
|
||||
|
||||
# Start server
|
||||
CMD ["npm", "start"]
|
||||
|
||||
Reference in New Issue
Block a user