Remove Gitlab CI & Fix Dockerfile
This commit is contained in:
parent
46c5b39d6b
commit
8fda8a7309
2 changed files with 1 additions and 65 deletions
|
@ -7,6 +7,7 @@ WORKDIR /app
|
|||
|
||||
# Copy the files needed to install deps
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn add sharp
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
## BUILD STEP
|
||||
|
|
Reference in a new issue