Update compose files to rebuild with every up

This commit is contained in:
Myve 2024-07-22 23:46:28 +00:00
commit 84a85d673b
5 changed files with 33 additions and 13 deletions

View file

@ -6,11 +6,13 @@ USER root
ARG debug
# Install packages
RUN apk add --no-cache \
RUN apk update \
&& apk upgrade \
&& apk add --no-cache \
firefox
# Tigervnc
COPY *.sh /app/init.d/
# Reset user
USER ${debug:-user}
USER ${debug:-user}