We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f70509 commit b992011Copy full SHA for b992011
backend/chat/express.Dockerfile
@@ -12,8 +12,10 @@ COPY --from=build --chown=node:node /data/chat-express/dist ./dist
12
13
RUN npm ci --omit=dev
14
15
-COPY src/lib/db ./src/lib/db
16
-COPY src/lib/utils ./src/lib/utils
+# For migration
+RUN npm install tsx drizzle-kit
17
+COPY drizzle ./drizzle
18
+COPY src/lib/db/ ./src/lib/db
19
COPY src/config.ts ./src
20
COPY tsconfig.json .
21
COPY entrypoint.sh .
backend/matching/README.md
@@ -9,7 +9,7 @@
9
--build-arg port=9004 \
10
-f express.Dockerfile .
11
```
-2. Run this command, from the roxot folder:
+2. Run this command, from the root folder:
```sh
make db-up
0 commit comments