Parcourir la source

Exposing healthcheck port

Andy Esnard il y a 1 an
Parent
commit
7a26843a6a
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      Dockerfile

+ 3 - 1
Dockerfile

@@ -10,4 +10,6 @@ COPY . .
 
 RUN chown -R 0:0 /opt/MyAnimeBot && chmod -R g+rw /opt/MyAnimeBot
 
-CMD ["python", "myanimebot.py"]
+EXPOSE 15200
+
+CMD ["python", "myanimebot.py"]