From 44f820ff24e6fbabd80ee7ecb3c8a51a9a40fd62 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Fri, 10 Feb 2023 04:53:03 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 74df1a8..9579190 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # Install the base requirements for the app. # This stage is to support development. ARG BUILDPLATFORM="linux/amd64" +ARG TARGETPLATFORM="linux/amd64" + FROM --platform=$BUILDPLATFORM python:alpine AS base WORKDIR /app COPY requirements.txt .