Try gitea actions
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:18
|
||||
|
||||
ADD package.json .
|
||||
ADD yarn.lock .
|
||||
|
||||
RUN yarn
|
||||
|
||||
ADD . .
|
||||
|
||||
RUN yarn build
|
||||
|
||||
CMD ["node", "dist/main.js"]
|
Reference in New Issue
Block a user