Compare commits
2 Commits
220e9cbe59
...
04aca6e906
| Author | SHA1 | Date | |
|---|---|---|---|
| 04aca6e906 | |||
|
|
4f4d91d3e5 |
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user