Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM node:lts
|
||||
|
||||
WORKDIR /yaml-language-server
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install && \
|
||||
npm run build
|
||||
|
||||
ENTRYPOINT [ "node", "./out/server/src/server.js" ]
|
||||
CMD [ "--stdio" ]
|
||||
Reference in New Issue
Block a user