1
0
forked from dachan/dach

Docker changes

This commit is contained in:
2023-10-27 22:21:25 +03:00
parent 78b48c40c2
commit 853850f8af
3 changed files with 7 additions and 16 deletions

View File

@@ -1,12 +1,9 @@
FROM node:18
ARG UID=911
ARG GID=911
WORKDIR /usr/share/dach
COPY package*.json ./
COPY . .
RUN npm install
USER dach
EXPOSE 1337
ENTRYPOINT ["docker-entrypoint.sh"]
ENTRYPOINT ["./docker-entrypoint.sh"]