mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
Merge branch 'master' of github.com:EpicMorg/docker-scripts
This commit is contained in:
commit
b43f5357e8
@ -13,14 +13,12 @@ RUN apt update && \
|
||||
apt dist-upgrade -y && \
|
||||
# node as the JS engine for uglifier
|
||||
apt-get install -y nodejs git && \
|
||||
gem update --system && \
|
||||
gem install bundler && \
|
||||
rm -rfv /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
RUN cd /opt && \
|
||||
git clone https://github.com/adamcooke/staytus.git staytus && \
|
||||
cd /opt/staytus && \
|
||||
bundle update --all && \
|
||||
bundle install --deployment --without development:test
|
||||
|
||||
# Persists copies of other relevant files (DB config, custom themes). Contents of this are copied
|
||||
|
Loading…
Reference in New Issue
Block a user