Skip to content

Commit

Permalink
fix dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 17, 2023
1 parent c64670c commit aacc82e
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions packages/account-postgres-sink-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ COPY src src
# COPY typings typings
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
1 change: 0 additions & 1 deletion packages/active-device-oracle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

CMD ["node", "lib/src/index.js"]
2 changes: 0 additions & 2 deletions packages/crons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/distributor-oracle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/fanout-metadata-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/faucet-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/iot-premine-data-only-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/metadata-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/migration-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:16-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/monitor-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/rewards-oracle-faucet-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/tokens-to-rent-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down
2 changes: 0 additions & 2 deletions packages/vsr-metadata-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ RUN yarn install
COPY src src
COPY tsconfig.build.json tsconfig.json

RUN yarn dlx add typescript
RUN yarn run build

RUN npm prune --production

FROM node:18-alpine
Expand Down

0 comments on commit aacc82e

Please sign in to comment.