Update 'Dockerfile'
This commit is contained in:
parent
089acf721a
commit
60ca8dc3fe
@ -30,6 +30,8 @@ COPY --from=deploy-env /bin/wget /bin/
|
||||
COPY antos/backend/$ARCH/* /
|
||||
# copy frontend
|
||||
COPY antos/frontend/* /
|
||||
RUN ls /opt
|
||||
RUN ls /
|
||||
RUN chown -R root:root /opt/www/htdocs/
|
||||
RUN rm -rf /etc/systemd
|
||||
COPY start.sh /start.sh
|
||||
|
Loading…
Reference in New Issue
Block a user