Skip to content

Commit b996292

Browse files
committed
compose test
1 parent c6f8299 commit b996292

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ FROM node:18-alpine
22

33
WORKDIR /app
44

5-
COPY package.json .
5+
COPY ./indexer ./yarn.lock ./
66
RUN yarn install --frozen-lockfile
7-
RUN yarn global add ts-node dotenv-cli
8-
9-
COPY . .
7+
RUN yarn global add ts-node dotenv-cli sequelize-cli
108

119
EXPOSE 3001
1210

0 commit comments

Comments
 (0)