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
18a1dc2de57ad26469bc61e460ce4c2c083dc2a5
crdt-server
/
Dockerfile
5 lines
67 B
Docker
Raw
Normal View
History
Unescape
Escape
1.0.2
2024-02-05 14:49:38 +03:00
FROM
node:alpine
port-4000-env
2024-02-17 15:20:43 +03:00
EXPOSE
4000
fix
2023-03-29 17:20:36 +02:00
COPY
. .
fix
2023-03-29 17:23:55 +02:00
RUN
npm install
debug: back to npm ci
2024-04-09 13:09:19 -03:00
CMD
npm start
Copy Permalink