This commit is contained in:
parent
3f1ad29bb7
commit
44f820ff24
@ -1,6 +1,8 @@
|
|||||||
# Install the base requirements for the app.
|
# Install the base requirements for the app.
|
||||||
# This stage is to support development.
|
# This stage is to support development.
|
||||||
ARG BUILDPLATFORM="linux/amd64"
|
ARG BUILDPLATFORM="linux/amd64"
|
||||||
|
ARG TARGETPLATFORM="linux/amd64"
|
||||||
|
|
||||||
FROM --platform=$BUILDPLATFORM python:alpine AS base
|
FROM --platform=$BUILDPLATFORM python:alpine AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
Loading…
Reference in New Issue
Block a user