Absolutely blowing things up on the way to docker-compose setup

This commit is contained in:
Luke Murphy
2020-05-01 12:47:10 +02:00
parent 20ed2d29b1
commit fa6a2e120e
11 changed files with 5 additions and 156 deletions

View File

@ -1,15 +0,0 @@
FROM decentral1se/jekyll:4
EXPOSE 4000
WORKDIR /usr/src/app
COPY . ${WORKDIR}
COPY sbin/* /sbin/
RUN bundle config --global frozen 1
RUN bundle install
ENTRYPOINT ["/sbin/entrypoint.sh"]