This commit is contained in:
parent
0543831f28
commit
fb3cb91135
@ -4,7 +4,7 @@ COPY package.json ./
|
||||
COPY yarn.lock ./
|
||||
RUN yarn install
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
RUN yarn generate
|
||||
|
||||
FROM nginx:alpine
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user