mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
fix catalogs dockerfile
This commit is contained in:
3
.dockerignore
Normal file
3
.dockerignore
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
**/node_modules
|
||||||
|
**/npm-debug.log
|
||||||
|
**/.env
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
node_modules
|
**/node_modules
|
||||||
npm-debug.log
|
**/npm-debug.log
|
||||||
**/.env
|
**/.env
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
node_modules
|
**/node_modules
|
||||||
npm-debug.log
|
**/npm-debug.log
|
||||||
**/.env
|
**/.env
|
||||||
@@ -5,8 +5,8 @@ RUN apk update && apk upgrade && \
|
|||||||
|
|
||||||
WORKDIR /home/node/app
|
WORKDIR /home/node/app
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY ./catalogs .
|
||||||
|
COPY ./addon ../addon
|
||||||
RUN npm ci --only-production
|
RUN npm ci --only-production
|
||||||
COPY . .
|
|
||||||
|
|
||||||
CMD [ "node", "index.js" ]
|
CMD [ "node", "index.js" ]
|
||||||
Reference in New Issue
Block a user