Skip to content

Commit 0776596

Browse files
authored
Update README.md
1 parent e7dbb85 commit 0776596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public func configure(_ app: Application) throws {
100100
`ParseServerSwift` is optimized to run in Docker containers. A sample [docker-compose.yml] demonstrates how to quickly spin up one (1) `ParseServerSwift` server with one (1) [parse-hipaa](https://github.com/netreconlab/parse-hipaa) servers and (1) [hipaa-postgres](https://github.com/netreconlab/hipaa-postgres) database.
101101

102102
### In Docker
103+
`ParseSwift` depends on `FoundationNetworking` when not built on Apple Platforms. Be sure to add the [following lines](https://github.com/netreconlab/parse-server-swift/blob/e7dbb85e60a9d40d67425dd10d50235cf63f7bae/Dockerfile#L54) to your Dockerfile release stage when building your own projects with `ParseServerSwift`.
103104
1. Fork this repo
104105
2. In your terminal, change directories into `ParseServerSwift` folder
105106
3. Type `docker-compose up`

0 commit comments

Comments
 (0)