Update Dockerfile

Signed-off-by: techopsmasters <163403479+techopsmasters@users.noreply.github.com>
pull/486/head
techopsmasters 4 months ago committed by GitHub
parent b3e1bf1ec2
commit a703758a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      django/app/Dockerfile

@ -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…
Cancel
Save