Modify alternative builder for alpine

This commit is contained in:
Fabian Schmidt 2024-09-16 12:38:41 +02:00
parent 9e5498e3f2
commit 72c80135d6

View File

@ -36,7 +36,7 @@ ENTRYPOINT ["/small-rust"]
#RUN update-ca-certificates
#
## Create appuser
#ENV USER=myip
#ENV USER=small-rust
#ENV UID=10001
#
#RUN adduser \
@ -49,7 +49,7 @@ ENTRYPOINT ["/small-rust"]
# "${USER}"
#
#
#WORKDIR /myip
#WORKDIR /app
#
#COPY ./ .
#