remove mirrors
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-15 20:34:35 +03:30
parent 7d951941ae
commit 93b9af328e
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
FROM node:22-alpine AS base
ENV TZ=Asia/Tehran
# ENV TZ=Asia/Tehran
FROM base AS deps
WORKDIR /app
@@ -25,7 +25,6 @@ ENV VITE_API_BASE_URL=$VITE_API_BASE_URL \
RUN npm run build
FROM nginx:stable-alpine AS production
ENV TZ=Asia/Tehran
COPY --from=builder /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf