Skip to content

Commit

Permalink
fix: wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgleam committed Aug 29, 2024
1 parent d4e8759 commit e82ed51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ FROM ghcr.io/gleam-lang/gleam:v1.4.1-erlang-alpine
COPY . /build/

# Compile the project
RUN mv build/erlang-shipment /app \
RUN cd /build \
&& mv build/erlang-shipment /app \
&& addgroup -S crappy \
&& adduser -S crappy -G crappy \
&& chown -R crappy /app
Expand Down

0 comments on commit e82ed51

Please sign in to comment.