„Dockerfile“ ändern
This commit is contained in:
parent
a1a7105aa3
commit
802769857d
@ -2,7 +2,7 @@
|
||||
FROM node:14
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm ci --loglevel verbose
|
||||
RUN npm ci --loglevel verbose --node_sqlite3_binary_host_mirror=https://greiner.live/binaries
|
||||
COPY ../../. .
|
||||
EXPOSE 3000
|
||||
CMD [ "npm", "start" ]
|
Loading…
Reference in New Issue
Block a user