Remove now-unneeded argument to stackage-server executable

This commit is contained in:
Michael Snoyman 2016-05-17 21:13:41 +03:00
parent 1fbaf13574
commit 4c63827c21

View File

@ -19,7 +19,7 @@ spec:
ports:
- name: http
containerPort: 3000
command: ["stackage-server", "production"]
command: ["stackage-server"]
workingDir: /app
env:
- name: APPROOT