Skip to content

Commit

Permalink
Merge pull request #79 from penny-vault/jdfergason-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
jdfergason authored Dec 8, 2024
2 parents 4724aac + 36b1600 commit 32f3063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ COPY ./ .
RUN mage -v build

FROM pennyvault/playwright-go
COPY --from=builder /go/src/import-zacks-rank /home/playwright
ENTRYPOINT ["/home/playwright/import-zacks-rank"]
COPY --from=builder /go/src/import-zacks-rank /home/ubuntu
ENTRYPOINT ["/home/ubuntu/import-zacks-rank"]

0 comments on commit 32f3063

Please sign in to comment.