mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
lets try this
This commit is contained in:
parent
9210bfb8f3
commit
e9fdc56206
@ -3,15 +3,15 @@ FROM node:18-alpine
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package.json ./
|
||||
COPY pnpm-lock.yaml ./
|
||||
#COPY pnpm-lock.yaml ./
|
||||
|
||||
RUN npm install -g pnpm
|
||||
#RUN npm install -g pnpm
|
||||
|
||||
RUN pnpm i
|
||||
RUN npm i
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pnpm build
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 4173
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user