Update 'Dockerfile'
This commit is contained in:
parent
7e4e80fcdc
commit
e565f3077d
@ -29,7 +29,7 @@ COPY --from=deploy-env /bin/wget /bin/
|
||||
# copy backend
|
||||
RUN export ARCH=$(uname -m)
|
||||
RUN echo "arch is $ARCH"
|
||||
COPY antos/backend/ARCH/ /
|
||||
COPY antos/backend/$ARCH/ /
|
||||
RUN rm /etc/systemd -rf
|
||||
# copy frontend
|
||||
COPY antos/frontend/ /
|
||||
|
Loading…
Reference in New Issue
Block a user