mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 03:54:55 +01:00
add tiddlywiki
This commit is contained in:
15
tiddlywiki/Dockerfile
Normal file
15
tiddlywiki/Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Dockerfile for tiddlywiki
|
||||
#
|
||||
|
||||
FROM node:alpine
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN npm install -g tiddlywiki
|
||||
|
||||
VOLUME /data
|
||||
WORKDIR /data
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["tiddlywiki", ".", "--listen", "host=0.0.0.0", "port=8080"]
|
||||
Reference in New Issue
Block a user