Fix a bunch of stuff. Add docker compose files to make server config repo obsolete
This commit is contained in:
4
configs/docker/compose_files/node_t3/Dockerfile
Normal file
4
configs/docker/compose_files/node_t3/Dockerfile
Normal file
@ -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