Initial commit

This commit is contained in:
Valentin Silytuin
2023-09-01 14:55:35 +04:00
commit 9e97ed30fc
3 changed files with 79 additions and 0 deletions

2
Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM node:18.17-alpine3.18
RUN apk add --no-cache git openjdk17-jre-headless