Alexandria commit

- Commit to using Alexandria DB
- Fixed a bug when a user didn't exist but loading was attempted
This commit is contained in:
Dunemask 2021-08-02 21:17:50 -06:00
parent 3ee7a3a515
commit 1f9970929f
12 changed files with 61 additions and 664 deletions

View file

@ -1,8 +1,8 @@
FROM node:latest
RUN apt-get update && apt-get upgrade -y
WORKDIR /dunestorm/nubian
COPY package.json /dunestorm/nubian/
COPY src /dunestorm/nubian/src
COPY package.json .
COPY src src
RUN npm i
CMD ["npm","start"]