move Dockerfile.inventaire in inventaire-service branch
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
FROM node:16-bullseye
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y curl zsh git graphicsmagick inotify-tools \
|
||||
&& apt-get clean
|
||||
|
||||
# Default to the same user as the host (override from command lin if needed)
|
||||
# Known benefits:
|
||||
# - allows to handle leveldb with level-party from both the host and container at the same time
|
||||
USER 1000:1000
|
||||
|
||||
CMD ["npm", "run", "watch"]
|
||||
Reference in New Issue
Block a user