Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d80d8c1b77 |
@@ -1,7 +1,9 @@
|
|||||||
# This image is cached on the Github Actions VM, so it drastically reduces build time
|
|
||||||
FROM jekyll/minimal:latest
|
FROM jekyll/minimal:latest
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
RUN apk --no-cache add build-base
|
||||||
|
EXPOSE 4000/tcp
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user