Skip to content

Commit

Permalink
chore: fix proxy-container Dockerfile (#8648)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Sep 21, 2022
1 parent 5048a3d commit eb98372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/proxy-container/Dockerfile
Expand Up @@ -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/

Expand Down

0 comments on commit eb98372

Please sign in to comment.