This commit is contained in:
parent
8e53b59402
commit
0e5ec05bd3
|
@ -0,0 +1,2 @@
|
|||
FROM alpine:latest
|
||||
RUN echo hello world
|
|
@ -0,0 +1,7 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
bootstrap-scripts:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: ./Dockerfile
|
||||
image: git.nixc.us/colin/bootstrap-scripts
|
Loading…
Reference in New Issue