9 lines
99 B
Docker
9 lines
99 B
Docker
|
#
|
||
|
# Empty Dockerfile
|
||
|
#
|
||
|
|
||
|
FROM scratch
|
||
|
|
||
|
# Add everything from the context into the container
|
||
|
ADD . /
|