mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
Nope.
This commit is contained in:
parent
07dc151c8a
commit
5c21458ce8
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
RUN npm install
|
||||
COPY ./* ./
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.23-alpine
|
||||
|
Loading…
Reference in New Issue
Block a user