mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Add yarn.lock to docker image
This commit is contained in:
@@ -3,6 +3,7 @@ FROM node:lts-alpine as build-image
|
||||
WORKDIR /root/app
|
||||
|
||||
COPY ./package.json ./
|
||||
COPY ./yarn.lock ./
|
||||
COPY ./tsconfig.json ./
|
||||
COPY ./src ./src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user