Skip to content

Commit

Permalink
Merge pull request #82 from buggregator/hotfix/prod-builds
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
butschster authored Oct 24, 2023
2 parents aafff87 + 0c2d58f commit 4bec2ea
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,22 +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

ARG FRONTEND_IMAGE_TAG=latest

# 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 4bec2ea

Please sign in to comment.