1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

Fix linting errors, fix default database url. Closes #193

This commit is contained in:
Maksim Eltyshev 2021-12-30 00:28:27 +05:00
parent cddc8cbba5
commit 76a77fefdd
4 changed files with 97 additions and 97 deletions

View file

@ -1,4 +1,4 @@
FROM node AS client-builder
FROM node:lts AS client-builder
WORKDIR /app