Fix a bunch of stuff. Add docker compose files to make server config repo obsolete
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM node:latest
|
||||
WORKDIR /home/node/app
|
||||
RUN npm install -g pnpm
|
||||
CMD ["pnpm", "go"]
|
||||
Reference in New Issue
Block a user