Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fixes dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Dec 17, 2021
1 parent b60400f commit a9ec2c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ WORKDIR /app

ARG CACHEBUST=1
ARG APP_VERSION=v1.0
ARG ROADRUNNER_CONFIG=.rr.yaml

RUN git clone https://github.com/buggregator/app.git /app
RUN composer install
Expand All @@ -37,4 +36,4 @@ EXPOSE 1025
EXPOSE 9912
EXPOSE 9913

CMD ./rr serve -c ${ROADRUNNER_CONFIG}
CMD ./rr serve

0 comments on commit a9ec2c3

Please sign in to comment.