Dockerfile cross compile

This commit is contained in:
Thomas Forgione 2024-03-22 17:25:03 +01:00
parent 459a0462f7
commit 3a9c326427
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.11 AS server
FROM --platform=$TARGETPLATFORM python:3.11 AS server
WORKDIR /app