docker build test
This commit is contained in:
parent
075c598a86
commit
5bb107e53a
39 changed files with 117 additions and 75 deletions
|
@ -8,9 +8,9 @@ RUN npm install
|
|||
|
||||
COPY . /app
|
||||
|
||||
RUN npm run build
|
||||
RUN npm run build-only
|
||||
|
||||
FROM nginx:18-alpine as prod
|
||||
FROM nginx:stable-alpine AS prod
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue