Skip to content

Commit 61c15a1

Browse files
committed
fix home folder path
1 parent 8bd4ddc commit 61c15a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN yarn config set strict-ssl false && \
9191
yarn global add cross-env
9292

9393
# copy home folder and make run scripts executable
94-
COPY home/app/ .
94+
COPY ./home/app/ /home/app/
9595
RUN find . -name "run-*.sh" -exec chmod -v +x {} \;
9696

9797
# run the application

0 commit comments

Comments
 (0)