mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-25 19:53:21 +02:00
chore: add docker configs
This commit is contained in:
6
Dockerfile.development
Normal file
6
Dockerfile.development
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:alpine
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
VOLUME /usr/src/app
|
||||
WORKDIR /usr/src/app
|
Reference in New Issue
Block a user