🐳 feature 3 set up envs for the tdrive
* 🐳 Set up envs for the TDrive
- Change the port in docker file according to default app configuration
- Remove obsolete rewrite rule
This commit is contained in:
@@ -49,5 +49,5 @@ CMD ["npm", "run", "dev:debug"]
|
||||
# Production Stage
|
||||
FROM installed-libs as production
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 4000
|
||||
CMD ["npm", "run", "serve"]
|
||||
|
||||
Reference in New Issue
Block a user