Update 'Dockerfile'
This commit is contained in:
parent
c39f6e389b
commit
3a0c6314e0
@ -30,7 +30,6 @@ COPY --from=deploy-env /bin/wget /bin/
|
|||||||
# copy backend
|
# copy backend
|
||||||
COPY --from=deploy-env /platform/ /
|
COPY --from=deploy-env /platform/ /
|
||||||
RUN rm /etc/systemd -rf
|
RUN rm /etc/systemd -rf
|
||||||
RUN ls /
|
|
||||||
# copy frontend
|
# copy frontend
|
||||||
COPY antos/frontend/ /
|
COPY antos/frontend/ /
|
||||||
RUN chown -R root:root /opt/www/htdocs/
|
RUN chown -R root:root /opt/www/htdocs/
|
||||||
|
Loading…
Reference in New Issue
Block a user