chore: fix proxy-container Dockerfile (#8648)

This commit is contained in:
Almeida
2022-09-21 01:56:47 +01:00
committed by GitHub
parent 5048a3d17a
commit eb98372dcd

View File

@@ -3,7 +3,7 @@ FROM node:16-alpine
WORKDIR /usr/proxy
# First copy over dependencies separate from src for better caching
COPY package.json yarn.lock tsconfig.json .yarnrc.yml build.config.ts ./
COPY package.json yarn.lock tsconfig.json .yarnrc.yml tsup.config.js ./
COPY .yarn ./.yarn
COPY ./packages/proxy-container/package.json ./packages/proxy-container/