generated from ApeWorX/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add dockerfile for silverback docker image (#8)
* feat: add dockerfile * feat: removed chown as it is fixed in next ape dockerfile release * feat: added entrypoint 'silverback' * docs: added docker usage documentation * chore: added empty line at end of Dockerfile * fix: multiline readme sh command
- Loading branch information
1 parent
c136d8e
commit 3818e48
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FROM apeworx/ape:latest | ||
|
||
USER root | ||
RUN pip install silverback | ||
USER harambe | ||
|
||
ENTRYPOINT ["silverback"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters