fixing
This commit is contained in:
parent
fb7d99fea2
commit
070e8b1c91
@ -31,7 +31,7 @@ jobs:
|
||||
TAG=latest
|
||||
|
||||
docker build \
|
||||
--build-arg VITE_API_URL="http://api.opencand.ivanch.me" \
|
||||
--build-arg VITE_API_BASE_URL="http://api.opencand.ivanch.me" \
|
||||
--file OpenCand.UI.dockerfile \
|
||||
-t "${{ env.IMAGE_FRONTEND }}:${TAG}" \
|
||||
.
|
||||
|
@ -2,7 +2,8 @@
|
||||
FROM node:slim AS builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
# Install dependencies
|
||||
COPY package.json package-lock.json ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
Loading…
x
Reference in New Issue
Block a user