docker image and Github Actions to build image

This commit is contained in:
ramil
2021-07-23 15:42:50 +03:00
parent f8335aad03
commit 367c320aae
6 changed files with 104 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM node:15.3.0-alpine3.10
WORKDIR /app
COPY . .
RUN apk --update --no-cache add git && yarn