Commit Graph

12 Commits

Author SHA1 Message Date
bb745fb631 Update FROM node:22-alpine WORKDIR /app ENV NODE_ENV=production ENV HOST=0.0.0.0 ENV PORT=3000 RUN apk add --no-cache curl COPY package*.json ./ RUN npm ci --omit=dev COPY . . RUN node --check server.js EXPOSE 3000 CMD ["node", "/app/server.js"] 2026-05-31 09:45:21 +03:00
romantarkin
cee47510a4 fix 2026-05-30 23:00:27 +05:00
romantarkin
f24543d50c fix 2026-05-30 22:52:18 +05:00
romantarkin
f8893c61f4 fix 2026-05-30 22:50:58 +05:00
romantarkin
ca14a17546 fix 2026-05-30 22:46:05 +05:00
romantarkin
d6936a1932 fix 2026-05-30 22:34:49 +05:00
romantarkin
9fc99b81d4 fix 2026-05-30 22:19:28 +05:00
Ga1maz
aa83de05d9
Update README.MD 2026-02-01 15:54:39 +05:00
Ga1maz
e2bfceb5da UpDate 2026-02-01 03:30:43 +05:00
Ga1maz
8c4056edcd UpDaet 2026-02-01 03:21:09 +05:00
Ga1maz
5662425a23
Add MIT License to the project 2026-02-01 02:42:04 +05:00
Ga1maz
7b143e6372 first commit 2026-02-01 02:34:25 +05:00