This commit is contained in:
parent
6731d71795
commit
3f1ad29bb7
@ -1,5 +1,6 @@
|
|||||||
# 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"
|
||||||
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