Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 200330548d | |||
| 588ec39451 |
@@ -3,11 +3,6 @@ LABEL version="1.2.0"
|
|||||||
LABEL description="Minimal Jekyll image with basic build tools."
|
LABEL description="Minimal Jekyll image with basic build tools."
|
||||||
LABEL maintainer="Vivien Richter <vivien-richter@outlook.de>"
|
LABEL maintainer="Vivien Richter <vivien-richter@outlook.de>"
|
||||||
|
|
||||||
# Requirements
|
|
||||||
USER root
|
|
||||||
RUN apk --no-cache add build-base
|
|
||||||
EXPOSE 4000/tcp
|
|
||||||
|
|
||||||
# Entry point
|
# Entry point
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ runs:
|
|||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
args:
|
args:
|
||||||
- jekyll build
|
- jekyll build --trace
|
||||||
branding:
|
branding:
|
||||||
icon: 'book-open'
|
icon: 'book-open'
|
||||||
color: 'red'
|
color: 'red'
|
||||||
|
|||||||
Reference in New Issue
Block a user