mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
Build frontend in docker for production using nginx
This commit is contained in:
4
frontend/.docker/nginx/conf.d/default.conf
Executable file
4
frontend/.docker/nginx/conf.d/default.conf
Executable file
@@ -0,0 +1,4 @@
|
||||
server {
|
||||
server_name _;
|
||||
include include.d/spa.conf;
|
||||
}
|
||||
Reference in New Issue
Block a user