build project mounted at /workspace by default
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
hbr 2021-04-25 11:40:26 +02:00
parent 50faf5775f
commit 1c84f19da6

View File

@ -4,3 +4,8 @@ VOLUME /workspace
RUN pip install --upgrade pip
RUN pip install Lektor
WORKDIR /workspace
ENTRYPOINT [ "lektor" ]
CMD [ "build" ]