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