re init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
FROM node:14
|
||||
|
||||
WORKDIR /srv
|
||||
|
||||
COPY package.json .
|
||||
|
||||
RUN npm install --unsafe-perm -g sqlite3
|
||||
RUN npm install --save-dev
|
||||
RUN npm install
|
||||
RUN npm rebuild
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["node", "srv.js"]
|
||||
Reference in New Issue
Block a user