Update Dockerfile and image name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
FROM scratch
|
||||
RUN echo "hello world"
|
||||
COPY example.txt /
|
||||
ENV VAR=1
|
||||
CMD ["sleep", "infinity"]
|
||||
FROM alpine
|
||||
LABEL maintainer="lukas@kucharczyk.xyz"
|
||||
RUN apk add asciidoctor
|
Reference in New Issue
Block a user