Skip to content
Snippets Groups Projects
Commit b2c96ae0 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

test new Dockerfile

parent 5caa335b
No related branches found
No related tags found
No related merge requests found
Pipeline #10581 passed with stage
in 16 seconds
......@@ -2,4 +2,4 @@
FROM alpine:latest
# Print "Hello, World!" when the container starts
CMD echo "Hello, World!"
\ No newline at end of file
CMD echo "Hello, World!" && echo "Hello again!"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment