fix workflow v3
Deploy Docker Compose / deploy (push) Failing after 1m10s Details

This commit is contained in:
root 2025-04-16 01:24:04 +02:00
parent 9a370ad7ff
commit 15fd629f8a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ WORKDIR /app
RUN npm install -g pnpm
# Copy package.json and pnpm-lock.yaml
COPY package.json pnpm-lock.yaml ./
COPY package.json package-lock.json ./
# Accept build arguments
ARG RIOT_APIKEY

View File

@ -1,7 +1,7 @@
version: "3"
services:
sveltekit-app:
nextjs-app:
container_name: trackerdeq
environment:
- RIOT_APIKEY=${RIOT_APIKEY}