mirror of
https://github.com/ProjectSegfault/website
synced 2026-03-28 09:37:50 +05:30
Nope.
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
COPY ./* ./
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.23-alpine
|
||||
|
||||
Reference in New Issue
Block a user