Update doc to typical deployment of prolog source.
This commit is contained in:
parent
46f330c8f1
commit
a0f7a27bdb
|
|
@ -22,7 +22,7 @@ It is also useful to build images on top of this base image which rely on SWI-Pr
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
FROM %%IMAGE%%
|
FROM %%IMAGE%%
|
||||||
ADD souce.tar.gz /app
|
COPY . /app
|
||||||
CMD ["swipl", "/app/start.pl"]
|
CMD ["swipl", "/app/start.pl"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue