mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 09:03:26 +00:00
add basic repo setup, with user creation
This commit is contained in:
9
dev.Dockerfile
Normal file
9
dev.Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
|
||||
# wait script for development
|
||||
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.7.3/wait /wait
|
||||
RUN chmod +x /wait
|
||||
|
||||
VOLUME [ "/app" ]
|
||||
CMD npm i && /wait && npm run dev
|
Reference in New Issue
Block a user