Merge pull request #769 from city-unit/feature/docker

This commit is contained in:
Cohee
2023-07-24 09:34:24 +03:00
committed by GitHub

View File

@ -4,7 +4,7 @@ FROM node:19.1.0-alpine3.16
ARG APP_HOME=/home/node/app
# Install system dependencies
RUN apk add gcompat tini
RUN apk add gcompat tini git
# Ensure proper handling of kernel signals
ENTRYPOINT [ "tini", "--" ]