docker
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-23 23:59:32 +03:30
parent fbcbf82606
commit f95fd6cfa2
2 changed files with 0 additions and 10 deletions
-6
View File
@@ -1,11 +1,5 @@
FROM node:18-alpine AS base
# Install tzdata to support timezone settings
RUN apk add --no-cache tzdata
# Set the timezone to Asia/Tehran
RUN cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && echo "Asia/Tehran" > /etc/timezone
# Stage 2: Dependencies
FROM base AS deps
-4
View File
@@ -1,4 +0,0 @@
{
"schemaVersion": 2,
"dockerfilePath": "./Dockerfile"
}