Skip to content

Commit

Permalink
Change data dir owner
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Jul 23, 2024
1 parent 8313157 commit 5010a5f
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
Expand Up @@ -43,7 +43,7 @@ RUN groupadd $APP_USER && \
useradd -g $APP_USER $APP_USER && \
mkdir -p ${APP} && \
mkdir -p ${APP_DATA} && \
chown -R $APP_USER:$APP_USER ${APP}
chown -R $APP_USER:$APP_USER ${APP} ${APP_DATA}

COPY --from=builder /nostr-rs-relay/target/release/nostr-rs-relay ${APP}/nostr-rs-relay
COPY --from=builder /usr/src/app/config.toml ${APP}/config.toml
Expand Down

0 comments on commit 5010a5f

Please sign in to comment.