diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ COPY --from=builder . . RUN go mod tidy && go mod build -o app . ENV NOW_DOMAIN="" -ENV NOW_DATA="" +ENV NOW_CONFIG="" EXPOSE 80 -CMD ./app -domain $NOW_DOMAIN -data $NOW_DATA +CMD ./app -domain $NOW_DOMAIN -config $NOW_CONFIG |
