fix docker build
This commit is contained in:
@@ -18,3 +18,5 @@ UPLOAD_DIR=./uploads
|
|||||||
MAX_UPLOAD_SIZE_MB=10
|
MAX_UPLOAD_SIZE_MB=10
|
||||||
API_CORS_ORIGIN=http://localhost:4200
|
API_CORS_ORIGIN=http://localhost:4200
|
||||||
PUBLIC_HTTP_PORT=8978
|
PUBLIC_HTTP_PORT=8978
|
||||||
|
ADMIN_EMAIL=admin@local.dev
|
||||||
|
ADMIN_PASSWORD=Admin123!
|
||||||
@@ -2,6 +2,7 @@ server {
|
|||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
server_name ${SERVER_NAME};
|
server_name ${SERVER_NAME};
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
etag off;
|
||||||
|
|
||||||
#client_max_body_size ${NGINX_CLIENT_MAX_BODY_SIZE};
|
#client_max_body_size ${NGINX_CLIENT_MAX_BODY_SIZE};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user