build project mounted at /workspace by default
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:
@ -4,3 +4,8 @@ VOLUME /workspace
|
|||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install Lektor
|
RUN pip install Lektor
|
||||||
|
|
||||||
|
WORKDIR /workspace
|
||||||
|
|
||||||
|
ENTRYPOINT [ "lektor" ]
|
||||||
|
CMD [ "build" ]
|
Reference in New Issue
Block a user