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