|
@ -38,5 +38,4 @@ COPY assets/bin/ /usr/local/bin/ |
|
|
# Install templating engine |
|
|
# Install templating engine |
|
|
RUN wget https://raw.githubusercontent.com/jirutka/esh/master/esh && \ |
|
|
RUN wget https://raw.githubusercontent.com/jirutka/esh/master/esh && \ |
|
|
chmod +x esh && \ |
|
|
chmod +x esh && \ |
|
|
mv esh /usr/local/bin/ && \ |
|
|
mv esh /usr/local/bin/ |
|
|
mkdir /etc/templates |
|
|
|
|
|