Skip to content

Commit

Permalink
Merge pull request #44 from sine-fdn/raimundo-henriques-patch-1
Browse files Browse the repository at this point in the history
docs: fix Dockerfile path
  • Loading branch information
zeitgeist authored Dec 18, 2023
2 parents a257011 + 0e415f8 commit 766ea34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ encryptle
Alternatively, you can build and run a Docker container with the server using the following commands:
```
$ cd server
$ docker build -t encryptle-server -f server/Dockerfile .
$ docker build -t encryptle-server -f Dockerfile .
$ docker run -p 8000:8000 --name encryptle-server
```

Expand Down

0 comments on commit 766ea34

Please sign in to comment.