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