Files
ALPHA-TRAIN2/services/services 4/rusgram/content/Dockerfile
T
h1z3 5d765a09db
build-and-push / detect (push) Successful in 10s
build-and-push / build (${{ fromJSON(needs.detect.outputs.services) }}) (push) Successful in 51s
sploit for arena-battle
2026-08-26 11:29:05 +03:00

7 lines
150 B
Docker

FROM python:3.9-alpine
WORKDIR /app
ADD requirements.txt .
RUN pip3 install -r requirements.txt
ADD content.py .
ENTRYPOINT ["python3", "content.py"]