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 4fadb6c commit 4936ad6Copy full SHA for 4936ad6
Dockerfile
@@ -13,6 +13,7 @@ COPY package.json yarn.lock /app/
13
14
WORKDIR /app
15
16
+RUN npm install -g pnpm
17
RUN yarn install --frozen-lockfile && npx browserslist@latest --update-db
18
RUN npm run build:without-migrate
19
@@ -31,4 +32,4 @@ COPY . /app
31
32
33
EXPOSE 3000/tcp
34
-CMD ["npm", "run", "start:with-migrate"]
35
+CMD ["npm", "run", "start:with-migrate"]
0 commit comments