mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
7 lines
72 B
Docker
7 lines
72 B
Docker
|
FROM node:alpine
|
||
|
|
||
|
EXPOSE 8000
|
||
|
|
||
|
VOLUME /usr/src/app
|
||
|
WORKDIR /usr/src/app
|