Update 'Dockerfile'
This commit is contained in:
parent
c53083651e
commit
df84e5e42e
@ -28,9 +28,11 @@ COPY --from=deploy-env /ulib/* /lib/
|
||||
COPY --from=deploy-env /bin/wget /bin/
|
||||
# copy backend
|
||||
COPY antos/backend/$ARCH/* /
|
||||
RUN rm /etc/systemd -rf
|
||||
# copy frontend
|
||||
COPY antos/frontend/* /
|
||||
RUN ls /
|
||||
RUN ls /www
|
||||
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