mirror of
https://github.com/antos-rde/antos.git
synced 2024-11-07 22:18:25 +01:00
fix: docker permission
This commit is contained in:
parent
c738ebf998
commit
76dc81a8a4
@ -65,6 +65,7 @@ COPY --from=deploy-env /platform/opt/ /opt/
|
||||
|
||||
COPY docker/antos/start.sh /start.sh
|
||||
RUN chmod 700 /start.sh
|
||||
RUN chmod +x /opt/www/bin/*
|
||||
|
||||
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/www/lib/"
|
||||
ENV PATH="$PATH:/opt/www/bin/"
|
||||
|
Loading…
Reference in New Issue
Block a user