1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

cleanup dockerfile

This commit is contained in:
Nicolas Viennot 2019-08-10 23:32:46 -04:00
parent 46f821f88c
commit bd65eb3c48

View File

@ -28,5 +28,4 @@ RUN set -ex; \
COPY docker-entrypoint.sh /usr/local/bin COPY docker-entrypoint.sh /usr/local/bin
EXPOSE 2200
ENTRYPOINT ["docker-entrypoint.sh"] ENTRYPOINT ["docker-entrypoint.sh"]