Use workdir

This commit is contained in:
Luke Murphy 2020-03-11 19:18:42 +01:00
parent fefe374985
commit dd0bd8011a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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