mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
commit
bb10014206
1 changed files with 2 additions and 8 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -1,12 +1,6 @@
|
|||
FROM ubuntu:14.04
|
||||
FROM node:alpine
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y software-properties-common curl && \
|
||||
curl -sL https://deb.nodesource.com/setup | bash - && \
|
||||
apt-get install -y nodejs && \
|
||||
npm install -g tiddlywiki && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN npm install -g tiddlywiki
|
||||
|
||||
# Setup wiki volume
|
||||
VOLUME /var/lib/tiddlywiki
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue