Compare commits

...

2 Commits

Author SHA1 Message Date
04aca6e906 Merge pull request 'fix' (#4) from dd into main
Reviewed-on: #4
2026-05-31 20:18:48 +03:00
romantarkin
4f4d91d3e5 fix 2026-05-31 22:18:26 +05:00

View File

@ -2,6 +2,8 @@ FROM node:22-alpine
WORKDIR /app
RUN apk add --no-cache ca-certificates && update-ca-certificates
ENV NODE_ENV=production
ENV HOST=0.0.0.0
ENV PORT=3000