Skip to content

Commit

Permalink
Merge pull request #1263 from edenia/fix/deployment
Browse files Browse the repository at this point in the history
fix(dockerfile): copy dist instead of src directory
  • Loading branch information
fagomezra authored Aug 24, 2023
2 parents 7af4267 + cbd5f0b commit 8a9fa44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 234 deletions.
2 changes: 1 addition & 1 deletion hapi-evm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app
FROM base AS builder
COPY package.json yarn.lock ./
RUN yarn --ignore-optional
COPY ./src ./src
COPY ./dist ./src

# ---------- Release ----------
FROM base AS release
Expand Down
232 changes: 0 additions & 232 deletions hapi-evm/src/utils/eos.util.ts

This file was deleted.

1 change: 0 additions & 1 deletion hapi-evm/src/utils/eosjs-api.d.ts

This file was deleted.

0 comments on commit 8a9fa44

Please sign in to comment.