Skip to content

Commit 51c60f8

Browse files
Update Dockerfile
Adding volume for ylt results on docker image asked by @ZatsuneNoMokou
1 parent 39fc756 commit 51c60f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ FROM node:14-alpine
44
ENV VERSION=develop
55
ENV CHROMIUM_VERSION 86.0.4240.111-r0
66

7+
# Add the volume for results
8+
VOLUME /usr/src/ylt/results
79

810
WORKDIR /usr/src/ylt
911

0 commit comments

Comments
 (0)