mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-08-01 02:19:27 +02:00
9 lines
79 B
Docker
9 lines
79 B
Docker
FROM ubuntu
|
|
|
|
COPY nothing /nowhere
|
|
|
|
RUN apt-get update
|
|
|
|
EXEC shutdhown -h now
|
|
|