SAVEPOINT v1.2: UI läuft!
- Rippy UI auf Port 80 - Git Sync in Arcane - Alle Container healthy
This commit is contained in:
@@ -5,10 +5,10 @@ WORKDIR /app
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci --only=production 2>/dev/null || npm install --only=production
|
||||
RUN npm ci 2>/dev/null || npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["vite", "--host", "0.0.0.0", "--port", "80"]
|
||||
CMD ["npm", "run", "dev"]
|
||||
|
||||
Reference in New Issue
Block a user