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:
parent
3ee7a3a515
commit
1f9970929f
12 changed files with 61 additions and 664 deletions
|
@ -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"]
|
||||
|
|
Reference in a new issue