Skip to content

Commit

Permalink
Update doc to typical deployment of prolog source.
Browse files Browse the repository at this point in the history
ninjarobot authored Aug 10, 2017
1 parent 46f330c commit a0f7a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swipl/content.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ It is also useful to build images on top of this base image which rely on SWI-Pr

```dockerfile
FROM %%IMAGE%%
ADD souce.tar.gz /app
COPY . /app
CMD ["swipl", "/app/start.pl"]
```

0 comments on commit a0f7a27

Please sign in to comment.