Skip to content

Commit 0983245

Browse files
committed
User instruction
1 parent 0cc387d commit 0983245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN \
2020
chmod +x /app/healthcheck.sh \
2121
&& addgroup --system gleam_packages \
2222
&& adduser --system gleam_packages -g gleam_packages
23+
USER gleam_packages
2324
COPY --from=build /app/build/erlang-shipment /app
2425
COPY healthcheck.sh /app/healthcheck.sh
2526
VOLUME /app/data

0 commit comments

Comments
 (0)