diff --git a/Dockerfile b/Dockerfile index 5ca1577..a7ac8a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build stage -FROM python:slim as builder +FROM python:slim AS builder WORKDIR /app