Commit 71162e77 authored by nanahira's avatar nanahira

missing

parent e95ee2de
......@@ -10,4 +10,4 @@ COPY package*.json ./
RUN npm ci && \
npm run build
COPY . ./
CMD ["node", "./run.js"]
CMD ["npm", "run", "start"]
{
"compileOnSave": true,
"allowJs": true,
"include": [
"*.ts"
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment