Skip to content

Commit

Permalink
guest user has home folder set to /dev/null and it breaks cargo-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
meehow committed Oct 5, 2023
1 parent c77d9d6 commit a157a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rust:1.72-alpine3.18 as builder
RUN apk add --no-cache build-base
USER guest
USER bin
WORKDIR /app
COPY . .
RUN cargo test
Expand Down

0 comments on commit a157a5d

Please sign in to comment.