mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 21:54:13 +00:00
0f51d1e306
Signed-off-by: BoHong Li <raccoon@hackmd.io>
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
FROM node:8.15.1-jessie
|
|
|
|
WORKDIR /codimd
|
|
|
|
EXPOSE 3000
|
|
|
|
VOLUME ['/codimd/node_modules']
|