🐳 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:
@@ -92,9 +92,4 @@ server {
|
|||||||
try_files $uri @rewriteapp;
|
try_files $uri @rewriteapp;
|
||||||
}
|
}
|
||||||
|
|
||||||
location @rewriteapp {
|
|
||||||
# rewrite all to app.php
|
|
||||||
rewrite ^(.*)$ /app.php/$1 last;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,5 +49,5 @@ CMD ["npm", "run", "dev:debug"]
|
|||||||
# Production Stage
|
# Production Stage
|
||||||
FROM installed-libs as production
|
FROM installed-libs as production
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 4000
|
||||||
CMD ["npm", "run", "serve"]
|
CMD ["npm", "run", "serve"]
|
||||||
|
|||||||
Reference in New Issue
Block a user