Update 'Dockerfile'

This commit is contained in:
dany 2022-08-05 12:24:33 +02:00
parent 7e4e80fcdc
commit e565f3077d

View File

@ -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/ /