feat(docker): basic

This commit is contained in:
2022-08-21 14:57:32 +02:00
commit 5765db3d90
4 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FROM node
RUN npx semantic-release@18
COPY . .
RUN npx semantic-release