Skip to content

Commit

Permalink
Merge pull request #181 from pluginpal/feature/test-server-deployment
Browse files Browse the repository at this point in the history
chore: fix test deploy
  • Loading branch information
boazpoolman authored Aug 19, 2024
2 parents 2245d31 + 326eb55 commit 7ddd7b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM node:18-alpine3.18
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev

WORKDIR /opt/
COPY ./package.json ./yarn.lock ./.yalc ./
COPY ./package.json ./yarn.lock ./
COPY ./.yalc .
RUN npm config set fetch-retry-maxtimeout 600000 -g && yarn install

WORKDIR /opt/app
Expand Down

0 comments on commit 7ddd7b9

Please sign in to comment.