feat: expose container port

This commit is contained in:
Ploc
2021-06-18 11:30:48 +02:00
committed by Romain Du Chaffaut
parent 456b8cfc67
commit c40d22427a

View File

@@ -19,5 +19,6 @@ WORKDIR /home/lutim
RUN /bin/sh /home/lutim/docker/build.sh
USER lutim
EXPOSE 8080
ENTRYPOINT ["/bin/sh", "/home/lutim/docker/entrypoint.sh"]