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