This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user