mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: pre publish
This commit is contained in:
11
docker/image/Dockerfile
Normal file
11
docker/image/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:18.16.0-slim
|
||||
RUN npm install -g pnpm
|
||||
ADD ./workspace/certd-server/package.json /app/
|
||||
WORKDIR /app/
|
||||
pnpm install -P
|
||||
|
||||
ADD ./workspace/certd-server/ /app/
|
||||
CMD ["npm","run","start"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user