[misc] move the sqlite database into a db/ directory

This commit is contained in:
Jakob Ackermann
2020-02-19 12:23:20 +01:00
committed by Jakob Ackermann
parent b69ea2f83f
commit c5d10d02fc
5 changed files with 9 additions and 5 deletions

View File

@@ -24,5 +24,7 @@ COPY . /app
FROM base
COPY --from=app /app /app
RUN mkdir -p db \
&& chown node:node db
CMD ["node", "--expose-gc", "app.js"]