Fixed build for bot compose docker.
This commit is contained in:
18
client/Dockerfile
Normal file
18
client/Dockerfile
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM node:21
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
RUN apt-get update && apt-get install libsqlite3-dev sqlite3 -y
|
||||
|
||||
|
||||
RUN ls -la /app/db
|
||||
#RUN sleep 10
|
||||
|
||||
|
||||
RUN npm install sqlite3 --save
|
||||
RUN npm install --verbose
|
||||
|
||||
CMD [ "npm", "run", "start:dev" ]
|
||||
BIN
client/db/database.sqlite
Normal file
BIN
client/db/database.sqlite
Normal file
Binary file not shown.
Reference in New Issue
Block a user