env
All checks were successful
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Successful in 18m23s

This commit is contained in:
2025-07-29 13:06:54 -04:00
parent 6e374e59f5
commit 60e76f851e
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
FROM node:22.14.0 AS frontend
ENV VITE_API="https://localhost"
WORKDIR /frontend
ADD frontend/ ./
RUN npm install && npm run build

View File

@@ -19,7 +19,7 @@ services:
- "--entrypoints.web.http.redirections.entrypoint.permanent=true"
api:
image: scr.siteworxpro.com/gun-manager:v0.0.2
image: scr.siteworxpro.com/gun-manager:v0.0.3
container_name: gun-manager
labels:
- "traefik.enable=true"