readme and dockerfile fix for v0.3 update

This commit is contained in:
yusing
2024-03-23 03:29:35 +00:00
parent 43ecd80687
commit 094f75ef46
4 changed files with 40 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ RUN apk add --no-cache bash tzdata
RUN mkdir /app
COPY bin/go-proxy entrypoint.sh /app/
COPY templates/ /app/templates
COPY config.default.yml /app/config.yml
COPY config.example.yml /app/config.yml
RUN chmod +x /app/go-proxy /app/entrypoint.sh
ENV DOCKER_HOST unix:///var/run/docker.sock