Browse Source

dockerfile

luoyangwei 1 year ago
parent
commit
edf0bb7e01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -19,4 +19,4 @@ RUN echo "${TZ}" > /etc/timezone
 RUN chmod 755 ${NAME}
 # COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/cert
 
-ENTRYPOINT ["sh", "-c", "./$NAME -f etc/$NAME.$ENVIRONMENT.toml]
+ENTRYPOINT ["sh", "-c", "./$NAME -f etc/$NAME.$ENVIRONMENT.toml"]