adding build contet
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 5s

This commit is contained in:
Tom Trappmann
2025-12-22 22:01:38 +01:00
parent 3f610b6491
commit 7e94d23840
2 changed files with 1 additions and 7 deletions

View File

@@ -20,13 +20,9 @@ jobs:
run: |
echo "IMAGE=local/nautilusdesk:${{ gitea.sha }}" >> $GITEA_ENV
- name: ls
run: |
cd NautilusDesk
ls
- name: Build image
run: |
docker build -t "$IMAGE" .
docker build -t "$IMAGE" ./nautilusdesk
- name: Deploy via compose
run: |

View File

@@ -5,8 +5,6 @@ WORKDIR /NautilusDesk
# Needed for node-gyp / native deps on Alpine
RUN apk add --no-cache python3 make g++ git
RUN ls -a
# Install deps
COPY package*.json ./
RUN npm install