🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason 2022-07-11 13:11:07 -04:00
parent a1c2562667
commit 8e548f7151
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -4,7 +4,7 @@ ARG ARIANG_VERSION=1.2.4 \
DOMAIN=0.0.0.0:8080 DOMAIN=0.0.0.0:8080
RUN mkdir -p /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \ RUN mkdir -p /bin/ /config/ /data/ && \
rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \ rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \
apk -U update && \ apk -U update && \
apk add --no-cache \ apk add --no-cache \