Skip to content

Commit b992011

Browse files
committed
PEER-236: Update dockerfile
1 parent 8f70509 commit b992011

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

backend/chat/express.Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ COPY --from=build --chown=node:node /data/chat-express/dist ./dist
1212

1313
RUN npm ci --omit=dev
1414

15-
COPY src/lib/db ./src/lib/db
16-
COPY src/lib/utils ./src/lib/utils
15+
# For migration
16+
RUN npm install tsx drizzle-kit
17+
COPY drizzle ./drizzle
18+
COPY src/lib/db/ ./src/lib/db
1719
COPY src/config.ts ./src
1820
COPY tsconfig.json .
1921
COPY entrypoint.sh .

backend/matching/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
--build-arg port=9004 \
1010
-f express.Dockerfile .
1111
```
12-
2. Run this command, from the roxot folder:
12+
2. Run this command, from the root folder:
1313
```sh
1414
make db-up
1515
```

0 commit comments

Comments
 (0)