Modify alternative builder for alpine

This commit is contained in:
Fabian Schmidt 2024-09-16 12:39:06 +02:00
parent f7045de21e
commit 83f9decb13

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 ./ .
#