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