balance-application/Dockerfile

6 lines
92 B
Docker

FROM python:3-alpine3.20
WORKDIR /opt/server
COPY . .
RUN pip install -r requirements.txt