Use workdir

This commit is contained in:
Luke Murphy
2020-03-11 19:18:42 +01:00
parent fefe374985
commit dd0bd8011a

View File

@ -1,5 +1,5 @@
FROM gitea/gitea:1.11.2
COPY . /app/
COPY . ${WORKDIR}
EXPOSE 80:3000