Fixes for start-dev and optimisations

This commit is contained in:
Jamie Curnow
2023-02-25 22:52:42 +10:00
parent bc3d9ec099
commit 6b7ae48570
4 changed files with 52 additions and 41 deletions

View File

@ -16,7 +16,9 @@ ENV GOPROXY=$GOPROXY \
ACMESH_HOME=/data/.acme.sh \
CERT_HOME=/data/.acme.sh/certs \
LE_CONFIG_HOME=/data/.acme.sh/config \
LE_WORKING_DIR=/data/.acme.sh
LE_WORKING_DIR=/data/.acme.sh \
CGO_ENABLED=1 \
GO111MODULE=on
RUN echo "fs.file-max = 65535" > /etc/sysctl.conf