Skip to content

Commit

Permalink
update build process
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Mar 11, 2022
1 parent fa8093a commit 439e79a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM golang:1.16-alpine

WORKDIR /app
6 changes: 6 additions & 0 deletions build
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

docker build ./ --file ./Dockerfile.build --tag spoof-dpi:latest && \
docker run --rm \
-v $(pwd)/:/app spoof-dpi:latest \
sh make-releases.sh
0 release → make-releases.sh
100755 → 100644
File renamed without changes.

0 comments on commit 439e79a

Please sign in to comment.