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
Files
38884ccbc04e01aee6b739e314eb7e18efeca414
crdt-server
/
Dockerfile
5 lines
50 B
Docker
Raw
Normal View
History
Unescape
Escape
initial commit
2023-03-29 17:17:43 +02:00
FROM
node:18
EXPOSE
4242
fix
2023-03-29 17:20:36 +02:00
COPY
. .
fix
2023-03-29 17:23:55 +02:00
RUN
npm install
Copy Permalink