Cleanup Gitlab CI and Dockerfiles
This commit is contained in:
parent
622369c62b
commit
96c2eacb0f
8 changed files with 29 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16 as builder
|
||||
FROM node:16-alpine as builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock /app/
|
||||
|
|
@ -7,6 +7,7 @@ COPY scripts /app/scripts
|
|||
COPY public /app/public
|
||||
COPY vite.config.js index.html embed.html /app/
|
||||
|
||||
RUN apk add --no-cache jq bash coreutils python3
|
||||
RUN yarn install
|
||||
RUN yarn build:deployment
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue