Skip to content

Commit

Permalink
Merge pull request #83 from buggregator/hotfix/prod-builds
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
butschster committed Oct 24, 2023
2 parents 4bec2ea + 0b64a71 commit 1b876a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
ARG ROAD_RUNNER_IMAGE=2.12.3
ARG CENTRIFUGO_IMAGE=v4
ARG FRONTEND_IMAGE_TAG=latest
ARG REPOSITORY=https://github.com/buggregator/server
ARG BRANCH=master

# Build centrifugo binary
FROM centrifugo/centrifugo:$CENTRIFUGO_IMAGE as centrifugo
# Build rr binary
FROM ghcr.io/roadrunner-server/roadrunner:$ROAD_RUNNER_IMAGE as rr
# Build JS files
FROM ghcr.io/buggregator/frontend:$FRONTEND_IMAGE_TAG as frontend

# Clone the project
FROM alpine/git as git

ARG REPOSITORY=https://github.com/buggregator/server
ARG BRANCH=master
RUN git clone -b $BRANCH $REPOSITORY /app

# Configure PHP project
Expand Down

0 comments on commit 1b876a9

Please sign in to comment.