picobello bv
This commit is contained in:
@ -1,11 +1,4 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"dockerfileLines": [
|
||||
"FROM node:22.4.1-alpine",
|
||||
"RUN mkdir -p /usr/src/app",
|
||||
"WORKDIR /usr/src/app",
|
||||
"COPY ./ /usr/src/app",
|
||||
"RUN npm install && npm cache clean --force && npm run build-ntc",
|
||||
"CMD [ \"npm\", \"start\" ]"
|
||||
]
|
||||
"dockerfilePath" :"./Dockerfile"
|
||||
}
|
Reference in New Issue
Block a user