Skip to content

Commit

Permalink
Fix more issues with GHA and AWS deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagojsag committed Oct 25, 2023
1 parent a5fb059 commit c7ac8eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ENV NEXT_TELEMETRY_DISABLED 1

WORKDIR /app

COPY .yarn ./.yarn
COPY public ./public
COPY src ./src

Expand Down
2 changes: 1 addition & 1 deletion cms/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY .env \
package.json \
entrypoint.sh \
tsconfig.json \
yarn.lock
yarn.lock \
./

RUN yarn install
Expand Down

0 comments on commit c7ac8eb

Please sign in to comment.