From f95fd6cfa2b6f2075140c3f470981ce4817b556f Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Tue, 23 Jun 2026 23:59:32 +0330 Subject: [PATCH] docker --- Dockerfile | 6 ------ captain-definition | 4 ---- 2 files changed, 10 deletions(-) delete mode 100644 captain-definition diff --git a/Dockerfile b/Dockerfile index 80f2c99..8803bec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/captain-definition b/captain-definition deleted file mode 100644 index 0e14f82..0000000 --- a/captain-definition +++ /dev/null @@ -1,4 +0,0 @@ -{ - "schemaVersion": 2, - "dockerfilePath": "./Dockerfile" -}