generated from Phil/vue3template
This commit is contained in:
parent
459a45243a
commit
1fe659f410
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM node:alpine as builder
|
FROM node:alpine as builder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
RUN npm i .
|
RUN npm install
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM nginx:stable-alpine-slim
|
FROM nginx:stable-alpine-slim
|
||||||
|
|
Loading…
Reference in a new issue