mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-18 15:11:56 +01:00
Kubernetes: production, not development
This commit is contained in:
parent
a84b598a71
commit
cfaa662f0e
@ -36,7 +36,7 @@ spec:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
restartStrategy: always
|
||||
command: ["stackage-server", "development"]
|
||||
command: ["stackage-server", "production"]
|
||||
workingDir: /app
|
||||
env:
|
||||
- name: APPROOT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user