Skip to content

Commit

Permalink
Add comments to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Nov 18, 2023
1 parent 2ada8bf commit cbcd948
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#
# For production:
# docker build --target production -t sliver .
# docker run -it --rm -v $HOME/.sliver:/home/sliver/.sliver sliver
#
# For unit testing:
# docker build --target test .
#

# STAGE: base
## Compiles Sliver for use
FROM --platform=linux/amd64 golang:1.21.4 as base
Expand Down

0 comments on commit cbcd948

Please sign in to comment.