Skip to content

Commit

Permalink
ADM-733[backend] feat: change mkdir file path (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoDai authored Feb 1, 2024
1 parent c877ec0 commit 0715502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/infra/Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM eclipse-temurin
LABEL app=Heartbeat
LABEL arch=Backend
RUN groupadd -r nonroot && useradd --no-log-init -r -g nonroot nonroot
RUN mkdir -p ./app && chown -R nonroot:nonroot ./app
RUN mkdir -p ./app/output && chown -R nonroot:nonroot ./app/output
RUN mkdir -p ./logs && chown -R nonroot:nonroot ./logs
USER nonroot

Expand Down

0 comments on commit 0715502

Please sign in to comment.