Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
igalshilman committed Aug 8, 2024
1 parent b164ccc commit 5e5ed09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/restate-e2e-services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY . .

RUN npm install

RUN npm run proto
RUN npm run build

FROM node:20 as prod

Check warning on line 12 in packages/restate-e2e-services/Dockerfile

View workflow job for this annotation

GitHub Actions / Features integration test (sdk-test-suite version 1.4)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Expand Down

0 comments on commit 5e5ed09

Please sign in to comment.