mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-24 11:55:19 -07:00
Merge a719367e18
into d922667f56
This commit is contained in:
commit
e9297c9609
1 changed files with 13 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
FROM node:slim
|
||||||
|
|
||||||
|
# To add your own config file, mount it into the container at runtime
|
||||||
|
# with `docker run -v <config_file>:/src/config.js jasongwartz/haste-server`
|
||||||
|
|
||||||
|
EXPOSE 7777
|
||||||
|
COPY . /src
|
||||||
|
WORKDIR /src
|
||||||
|
RUN npm install
|
||||||
|
|
||||||
|
CMD ["npm", "start"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue