Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bredmor authored Dec 26, 2019
1 parent ae06075 commit 7728374
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM teamnovu/laravel-vapor:latest
FROM bredmorg/laradocker:latest

LABEL repository="https://github.com/teamnovu/vapor-action"
LABEL homepage="https://github.com/teamnovu/vapor-action"
LABEL maintainer="Oliver Kaufmann <kaufmann@novu.ch>"
LABEL repository="https://github.com/bredmor/vapor-action"
LABEL homepage="https://github.com/bredmor/vapor-action"
LABEL maintainer="Morgan Breden <morgan@bredenlabs.com>"

LABEL com.github.actions.name="Laravel Vapor Action"
LABEL com.github.actions.description="Do Laravel Vapor commands in your actions."
LABEL com.github.actions.description="Use Laravel Vapor commands in your actions."
LABEL com.github.actions.icon="cloud-lightning"
LABEL com.github.actions.color="blue"

COPY vapor-entrypoint /usr/local/bin/vapor-entrypoint

ENTRYPOINT ["/usr/local/bin/vapor-entrypoint"]
ENTRYPOINT ["/usr/local/bin/vapor-entrypoint"]

0 comments on commit 7728374

Please sign in to comment.