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