forked from ProjectSegfault/website
Will this fix it?
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