tekton-pipeline-example-app/Dockerfile

6 lines
64 B
Docker
Raw Normal View History

FROM jdkelley/simple-http-server
COPY 2048 /serve
EXPOSE 8000