Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 18s
3 lines
43 B
Docker
3 lines
43 B
Docker
FROM ubuntu:18.04
|
|
RUN echo 'Hello, World!'
|