This commit is contained in:
commit
71b210da64
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build_lector
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:dind
|
||||
commands:
|
||||
- docker build -t lector .
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.idea
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM python
|
||||
|
||||
RUN pip install Lektor
|
Loading…
Reference in New Issue
Block a user