aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-11-16 04:51:09 +0000
committerterminaldweller <devi@terminaldweller.com>2024-11-16 04:51:09 +0000
commit8fd3bf7c17615a0a058305436fa7b755b1de7c10 (patch)
treea9e1ef0ffc8569046c0f8704f70bb588a4db3ff5 /Dockerfile
parentadded the iana whois command. added the new genelirc option (diff)
downloadmilla-main.tar.gz
milla-main.zip
moves some functions to utils.goHEADmain
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 4734f7f..552ff6d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,4 +13,5 @@ RUN set -eux; \
chown -R user:user "$HOME"
COPY --from=builder /milla/milla "$HOME/milla"
RUN chown user:user "$HOME/milla"
+USER user
ENTRYPOINT ["home/user/milla"]