[misc] move the sqlite database into a db/ directory
This commit is contained in:
committed by
Jakob Ackermann
parent
b69ea2f83f
commit
c5d10d02fc
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user