Files
ALPHA-TRAIN2/services_vulnerable/services 4/rusgram/logic/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
146 B
Docker

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