Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93a90a5ba0 | |||
| ab4d0614c7 | |||
| 63743ad958 | |||
| 664714f95b |
@@ -10,5 +10,9 @@ EXPOSE 4000/tcp
|
|||||||
|
|
||||||
# Entry point
|
# Entry point
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
COPY ./ /
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
RUN chmod +w /
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
@@ -7,10 +7,11 @@ set -x
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Change permissions
|
# Change permissions
|
||||||
chmod -R a+w /github/workspace
|
chmod -R a+w ./
|
||||||
|
|
||||||
# Use working directory
|
pwd
|
||||||
cd /github/workspace
|
|
||||||
|
ls -R
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
$*
|
jekyll build
|
||||||
Reference in New Issue
Block a user