Log time and targeted host
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user