Skip to content
Snippets Groups Projects
Commit 040c9978 authored by Dojo's avatar Dojo
Browse files

Add empty template

parent a65e2c02
Branches
Tags
No related merge requests found
FROM alpine:latest
ENTRYPOINT ["/bin/sh", "-c", "exit 1"]
\ No newline at end of file
# Empty Dojo Template
This is an empty template for a Dojo assignment.
\ No newline at end of file
services:
empty_container:
container_name: empty_container
build:
context: ./
dockerfile: Dockerfile
volumes:
- empty_volume:/empty_dir/
volumes:
empty_volume:
\ No newline at end of file
{
"dojoAssignmentVersion": 1,
"version": 1,
"immutable": [
{
"description": "Dockerfile of the empty container",
"path": "Dockerfile",
"isDirectory": false
}
],
"result": {
"container": "empty_container",
"volume": "empty_volume"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment