This commit is contained in:
Untone 2024-09-27 00:00:47 +03:00
parent ca11a92361
commit 554a5aed46

View File

@ -1,5 +1,5 @@
# Stage 1: Build stage
FROM python:slim as builder
FROM python:slim AS builder
WORKDIR /app