dev: add -p flag for the logs folder (#4007)

This commit is contained in:
Nikhil 2024-03-20 19:28:19 +05:30 committed by GitHub
parent 4eefc7f692
commit e1f04356fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@ RUN addgroup -S plane && \
COPY . .
RUN mkdir -p /code/plane/logs
RUN chown -R captain.plane /code
RUN chmod -R +x /code/bin
RUN chmod -R 777 /code