Skip to content

Commit

Permalink
chore: wrapping up
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpranesh committed Mar 16, 2024
1 parent a347995 commit c333cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Stores the documents in Google Cloud storage and provides a websocket interface

```
docker build -t mydraft/app .
docker run -d -p 8001:8001 -p 3001:3001 -v ${PWD}/localFileStore:/mydraft/localFileStore --name mydraft2 mydraft/app
docker run --name mydraft -d -p 8001:8001 -v ${PWD}/localFileStore:/mydraft/localFileStore mydraft/app
```
13 changes: 0 additions & 13 deletions start.sh

This file was deleted.

0 comments on commit c333cb1

Please sign in to comment.