Skip to content

Commit

Permalink
feat: revert creating db folder user in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cue8it committed Jul 10, 2024
1 parent 93c99ec commit d5af8ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/fuel-core-nats.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ COPY --from=builder /build/target/release/fuel-core-nats.d .
EXPOSE $PORT
EXPOSE $P2P_PORT

RUN mkdir /mnt/db
RUN chown -R 1000:1000 /mnt/db

# https://stackoverflow.com/a/44671685
# https://stackoverflow.com/a/40454758
# hadolint ignore=DL3025
Expand Down

0 comments on commit d5af8ca

Please sign in to comment.