Fix a bunch of stuff. Add docker compose files to make server config repo obsolete
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
FROM node:latest
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
FROM node:latest
|
||||
CMD ["node", "index.js"]
|
||||