mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-17 22:47:49 +01:00
8 lines
96 B
Docker
8 lines
96 B
Docker
FROM python:3.8
|
|
|
|
WORKDIR /ft_transcendence
|
|
|
|
EXPOSE 8000
|
|
|
|
ENTRYPOINT ["tail", "-f", "/dev/null"]
|