Add CapRover definition
This commit is contained in:
12
captain-definition
Normal file
12
captain-definition
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"dockerfileLines": [
|
||||
"FROM node:20",
|
||||
"WORKDIR /app",
|
||||
"COPY hdyc-svelte/package*.json ./",
|
||||
"RUN npm install",
|
||||
"COPY hdyc-svelte/ .",
|
||||
"RUN npm run build",
|
||||
"CMD [\"npm\", \"run\", \"start\"]"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user