Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM node:12-alpine
RUN npm install -g tiddlywiki@5.2.2
RUN npm install -g tiddlywiki@5.2.3
EXPOSE 8080

View file

@ -2,7 +2,7 @@ version: '3'
services:
tiddly:
image: tiddlywiki:5.2.2
image: tiddlywiki:5.2.3
build: .
container_name: tiddlywiki-docker
restart: unless-stopped