This commit is contained in:
Colin 2022-12-15 13:00:24 -05:00
parent 8e53b59402
commit 0e5ec05bd3
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM alpine:latest
RUN echo hello world

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
version: '3.7'
services:
bootstrap-scripts:
build:
context: ./
dockerfile: ./Dockerfile
image: git.nixc.us/colin/bootstrap-scripts