This commit is contained in:
2021-02-17 18:38:52 +01:00
parent a93bb9d834
commit 13c90aebe0

View File

@@ -1,14 +1,10 @@
FROM node:15.8.0-alpine3.10
RUN apk add --no-cache git
RUN mkdir -p /usr/src/artapi
WORKDIR /usr/src/artapi
COPY . /usr/src/artapi
RUN whereis git
RUN yarn install
RUN yarn build