diff --git a/Dockerfile b/Dockerfile index ea18ea7..9460180 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest as build RUN apk add --update nodejs npm RUN npm install --global yarn -COPY ['.', '/usr/src'] +COPY [".", "/usr/src"] WORKDIR /usr/src RUN yarn