Get in right directory

This commit is contained in:
Luke Murphy 2020-03-25 19:15:48 +01:00
parent db1cd8df4c
commit de1ad5a241
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN apt-get update && \
RUN \
git clone https://github.com/beakerbrowser/homebase /usr/src/app && \
cd /usr/src/app && \
git checkout 474976ff9e839e06c37a83625fe0832fc26fefa1
WORKDIR /usr/src/app