dev: update the docker directory create

This commit is contained in:
pablohashescobar 2024-03-18 13:32:26 +05:30
parent 72556d407a
commit e433266fe5

View File

@ -48,6 +48,7 @@ USER root
RUN apk --no-cache add "bash~=5.2"
COPY ./bin ./bin/
RUN mkdir /code/plane/logs
RUN chmod +x ./bin/takeoff ./bin/worker ./bin/beat
RUN chmod -R 777 /code
RUN chown -R captain:plane /code