Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Fixed πŸ› of mount volumes for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
sichinose committed Nov 11, 2018
1 parent 80153fd commit 13490b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker run -itd --rm --name 1dayintern -v `pwd`/chatapp:/chatapp -p 4200:4200 -p 9005:9005 rettar5/1dayintern
docker run -itd --rm --name 1dayintern -v /`pwd`/chatapp:/chatapp -p 4200:4200 -p 9005:9005 rettar5/1dayintern

0 comments on commit 13490b6

Please sign in to comment.