mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 05:29:52 +00:00
Update Dockerfile
This commit is contained in:
parent
5d94835d7d
commit
21024278c6
@ -44,8 +44,9 @@ RUN FRONTEND_BUILD_DIR=/frontend /venv/*/bin/python ./manage.py add_version ${BU
|
||||
FROM python:3.7-alpine AS backend
|
||||
|
||||
ENV DOCKERIZE_VERSION v0.6.1
|
||||
ENV DOCKERIZE_ARCH amd64
|
||||
ARG TARGETPLATFORM
|
||||
RUN if [ "$TARGETPLATFORM" = "arm64" ]; \
|
||||
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; \
|
||||
then export DOCKERIZE_ARCH=armhf; \
|
||||
else export DOCKERIZE_ARCH=amd64; \
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user