Docker error

This commit is contained in:
Simon 2021-05-02 22:22:50 +01:00
parent 0f546e9636
commit 57aeb3078c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM python:3.7-alpine
COPY entrypoint-echo /entrypoint
COPY entrypoint-proxy /entrypoint
RUN adduser -D -u 54000 radio && \
apk update && \