Log time and targeted host

This commit is contained in:
2024-07-24 19:15:07 +02:00
parent c864d2e625
commit 94ef11a0c8
2 changed files with 21 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ FROM node:lts-alpine
USER node
WORKDIR /app
ENV NODE_ENV production
ENV TZ Europe/Warsaw
COPY --chown=node:node index.mjs ./
EXPOSE 3000
CMD ["node", "./index.mjs"]