Update 'Dockerfile'
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Eric X. Liu 2023-02-10 04:49:59 +00:00
parent 6731d71795
commit 3f1ad29bb7

View File

@ -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 .