You've already forked gun-manager
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a7fef89dda
|
|||
|
60e76f851e
|
@@ -1,5 +1,7 @@
|
|||||||
FROM node:22.14.0 AS frontend
|
FROM node:22.14.0 AS frontend
|
||||||
|
|
||||||
|
ENV VITE_API=""
|
||||||
|
|
||||||
WORKDIR /frontend
|
WORKDIR /frontend
|
||||||
ADD frontend/ ./
|
ADD frontend/ ./
|
||||||
RUN npm install && npm run build
|
RUN npm install && npm run build
|
||||||
|
|||||||
2
backend
2
backend
Submodule backend updated: 3c6750ab13...42bd95d804
@@ -19,7 +19,7 @@ services:
|
|||||||
- "--entrypoints.web.http.redirections.entrypoint.permanent=true"
|
- "--entrypoints.web.http.redirections.entrypoint.permanent=true"
|
||||||
|
|
||||||
api:
|
api:
|
||||||
image: scr.siteworxpro.com/gun-manager:v0.0.2
|
image: scr.siteworxpro.com/gun-manager:v0.0.3
|
||||||
container_name: gun-manager
|
container_name: gun-manager
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
2
frontend
2
frontend
Submodule frontend updated: c049df9a9f...e2bc025d6f
Reference in New Issue
Block a user