Commit 13df4f66 authored by StyleZhang's avatar StyleZhang

test web dockerfile

parent 3a12dbd9
FROM node:18-alpine FROM node:18.17.0-bullseye-slim
LABEL maintainer="takatost@gmail.com" LABEL maintainer="takatost@gmail.com"
......
...@@ -108,5 +108,8 @@ ...@@ -108,5 +108,8 @@
"**/*.ts?(x)": [ "**/*.ts?(x)": [
"eslint --fix" "eslint --fix"
] ]
},
"engines": {
"node": "18.17.0"
} }
} }
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