This website works better with JavaScript.
Home
Explore
Help
Sign In
amy
/
silicondawn
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Activity
Browse Source
docker go 1.15
Signed-off-by: Amelia Aronsohn <squirrel@wearing.black>
main
Amelia A
5 months ago
parent
abaf6838ad
commit
af4eb4bdc1
Signed by:
amy
GPG Key ID:
98E879BC3B6E1BF8
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+1
-1
Makefile
+ 1
- 1
Dockerfile
View File
@ -1,4 +1,4 @@
FROM
golang:1.1
4
AS builder
FROM
golang:1.1
5
AS builder
ENV
GOFLAGS
=
"-mod=vendor"
+ 1
- 1
Makefile
View File
@ -20,7 +20,7 @@ build: data
run
:
docker
-
run
docker run -p 8080:3200 --name Make-Dawn
$(
IMAGE
)
push
:
push
:
build
docker push
$(
IMAGE
)
local-build
:
$(
BIN
)
Write
Preview
Loading…
Cancel
Save