From 3f1ad29bb7dfabd1bef46c74d1b86805cf5e5e72 Mon Sep 17 00:00:00 2001 From: eric Liu Date: Fri, 10 Feb 2023 04:49:59 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5e4c759..74df1a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .