Moved from mongodb to sql and sqlite

This commit is contained in:
2024-04-09 21:59:52 +02:00
parent 27b01d0c36
commit ef5c531964
42 changed files with 1645 additions and 198 deletions

View File

@@ -1,8 +1,8 @@
FROM node:20.9.0-alpine3.18
RUN apk add git fish openssh gnupg fish
RUN yarn global add typescript ts-node nodemon
RUN sed -i 's/bin\/ash/usr\/bin\/fish/g' /etc/passwd
FROM node:20.9.0-alpine3.18
RUN apk add git fish openssh gnupg fish
RUN yarn global add typescript ts-node nodemon
RUN sed -i 's/bin\/ash/usr\/bin\/fish/g' /etc/passwd
RUN mkdir -p /root/.ssh