style(data): rename data with config

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-10 01:41:27 +01:00
parent 3b7bc746af
commit b0a86973a3
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 25 additions and 25 deletions

View file

@ -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