diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 01:41:27 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 01:41:27 +0100 |
| commit | b0a86973a3816335d3410b9e7f22bf1346857d7d (patch) | |
| tree | 1d40f09c87a11c9285cad034495c15b9164fddca /Dockerfile | |
| parent | 3b7bc746afe8d7498ce6b8e5b19c2ff82ff72095 (diff) | |
style(data): rename data with config
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 |
