forked from ProjectSegfault/website
Will this fix it?
This commit is contained in:
parent
4930d71c57
commit
07dc151c8a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user