This website requires JavaScript.
Explore
Help
Sign In
discours.io
/
crdt-server
Watch
5
Star
0
Fork
0
You've already forked crdt-server
Code
Pull Requests
Actions
Activity
5fcfb1800e
crdt-server
/
Dockerfile
6 lines
68 B
Docker
Raw
Normal View
History
Unescape
Escape
1.0.2
2024-02-05 11:49:38 +00:00
FROM
node:alpine
initial commit
2023-03-29 15:17:43 +00:00
EXPOSE
4242
fix
2023-03-29 15:20:36 +00:00
COPY
. .
fix
2023-03-29 15:23:55 +00:00
RUN
npm install
1.0.2
2024-02-05 11:49:38 +00:00
CMD
npm start
Copy Permalink