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:
parent
50faf5775f
commit
1c84f19da6
@ -4,3 +4,8 @@ VOLUME /workspace
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install Lektor
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
ENTRYPOINT [ "lektor" ]
|
||||
CMD [ "build" ]
|
Loading…
Reference in New Issue
Block a user