summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-17 20:41:20 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-17 20:41:20 +0100
commita56ecb83c70e57144a4b01153aab21656c97e366 (patch)
tree6951efbfa4e89969452b097acb7531d6162de6a6 /Dockerfile
parentc6dcfcfe833c28fec288918965fc31cd86199fb1 (diff)
Sound as binary string
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index c78d957..57c5e18 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,9 +17,6 @@ RUN apt-get update && apt-get install -y libssl-dev ca-certificates
RUN groupadd -g 999 appuser && \
useradd -r -u 999 -g appuser appuser
-RUN mkdir -p /app/assets
-RUN chown -R appuser:appuser /app/assets
-
USER appuser
COPY --from=builder /app/target/release/cas /app