Open up SSH ports

This commit is contained in:
Luke Murphy
2020-03-23 15:14:51 +01:00
parent 867ba38023
commit d4b757162f
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM gitea/gitea:1.11.3
EXPOSE 3000
EXPOSE 2222
COPY . ${WORKDIR}