Skip to content

Commit

Permalink
fixing multiple-windows dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Mar 16, 2018
1 parent f017f6e commit f6e8b70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/multiple-windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app

RUN npm i --engine-strict=true --progress=false --loglevel="error" \
&& npm cache clean
&& npm cache clean --force

CMD ["/app"]

Expand Down
2 changes: 0 additions & 2 deletions examples/multiple-windows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ services:
# remove if you dont need to share your graphics card explicitely
- /dev/dri:/dev/dri
volumes:
- ./src:/data/oak/app/src
- /tmp/.X11-unix:/tmp/.X11-unix
- /dev/shm:/dev/shm
- ../../oak/lib:/usr/local/lib/node_modules/oak/lib

0 comments on commit f6e8b70

Please sign in to comment.