Update 'Dockerfile'
This commit is contained in:
parent
85df221ed1
commit
a1078be6a0
@ -27,8 +27,9 @@ ARG ARCH
|
||||
COPY --from=deploy-env /ulib/* /lib/
|
||||
COPY --from=deploy-env /bin/wget /bin/
|
||||
# copy backend
|
||||
RUN uname -m
|
||||
COPY antos/backend/$(uname -m)/ /
|
||||
ENV ARCH=$(uname -m)
|
||||
RUN echo "arch is $ARCH"
|
||||
COPY antos/backend/ARCH/ /
|
||||
RUN rm /etc/systemd -rf
|
||||
# copy frontend
|
||||
COPY antos/frontend/ /
|
||||
|
Loading…
Reference in New Issue
Block a user