From 150a1a83eaeaab822832a0b14f8b5a005d9451b5 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 31 May 2024 14:00:14 -0700 Subject: [PATCH] chore: updated docker file --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f9268ff..8441007 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,4 +72,6 @@ RUN unzip /usr/local/sbin/packer_${PACKER_VERSION}_linux_amd64.zip -d /usr/local rm -rf /usr/local/sbin/packer_${PACKER_VERSION}_linux_amd64.zip EXPOSE 5000 +USER appuser + CMD ["/bin/bash"] \ No newline at end of file