This commit is contained in:
@@ -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 .
|
||||||
|
Reference in New Issue
Block a user