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