mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
Update Dockerfile
Signed-off-by: techopsmasters <163403479+techopsmasters@users.noreply.github.com>
This commit is contained in:
parent
b3e1bf1ec2
commit
a703758a45
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1.4
|
||||
|
||||
FROM --platform=$BUILDPLATFORM python:3.7-alpine AS builder
|
||||
FROM python:3.7-alpine AS builder
|
||||
EXPOSE 8000
|
||||
WORKDIR /app
|
||||
COPY requirements.txt /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue