mirror of
https://github.com/ProjectSegfault/website
synced 2026-04-10 16:07:33 +05:30
Will this fix it?
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . ./
|
COPY ./* ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM nginx:1.23-alpine
|
FROM nginx:1.23-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user