Remove Gitlab CI & Fix Dockerfile

This commit is contained in:
Neshura 2023-12-20 22:32:28 +01:00
parent 46c5b39d6b
commit 8fda8a7309
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 1 additions and 65 deletions

View file

@ -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