mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
chore: docker server certificates for development
This commit is contained in:
@@ -3,7 +3,9 @@ version: '3.4'
|
||||
services:
|
||||
sasjs_server_api:
|
||||
image: sasjs_server_api
|
||||
build: ./api
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DockerfileApi
|
||||
environment:
|
||||
MODE: server
|
||||
CORS: enable
|
||||
|
||||
Reference in New Issue
Block a user