diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 20:41:20 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 20:41:20 +0100 |
commit | a56ecb83c70e57144a4b01153aab21656c97e366 (patch) | |
tree | 6951efbfa4e89969452b097acb7531d6162de6a6 /Dockerfile | |
parent | c6dcfcfe833c28fec288918965fc31cd86199fb1 (diff) |
Sound as binary string
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |