Skip to content

Commit 4936ad6

Browse files
authored
Update Dockerfile
1 parent 4fadb6c commit 4936ad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ COPY package.json yarn.lock /app/
1313

1414
WORKDIR /app
1515

16+
RUN npm install -g pnpm
1617
RUN yarn install --frozen-lockfile && npx browserslist@latest --update-db
1718
RUN npm run build:without-migrate
1819

@@ -31,4 +32,4 @@ COPY . /app
3132

3233
EXPOSE 3000/tcp
3334

34-
CMD ["npm", "run", "start:with-migrate"]
35+
CMD ["npm", "run", "start:with-migrate"]

0 commit comments

Comments
 (0)