Skip to content

Commit

Permalink
fix: use root in Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jan 30, 2024
1 parent c0ee69f commit 19c9e18
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ COPY . .
# docker builder prune --filter type=exec.cachemount
RUN --mount=type=cache,target=/home/builder/.cargo,uid=$UID,gid=$GID \
--mount=type=cache,target=/home/builder/rust-ceramic/target,uid=$UID,gid=$GID \
whoami && \
pwd && \
ls -al && \
ls -al .git && \
make debug && \
make $BUILD_MODE && \
cp ./target/release/ceramic-one ./

FROM debian:bookworm-slim
Expand Down

0 comments on commit 19c9e18

Please sign in to comment.