We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b827b7a commit 0a6773fCopy full SHA for 0a6773f
.docker/Dockerfile
@@ -25,13 +25,12 @@ COPY ${VELOX_CONFIG} .
25
# we don't need CGO
26
ENV CGO_ENABLED=0
27
ENV RT_TOKEN=${GH_TOKEN}
28
-ENV VELOX_CONFIG=${VELOX_CONFIG}
29
ARG CACHE_BUST=1
30
31
RUN echo $CACHE_BUST
32
33
# RUN build
34
-RUN vx build -c ${VELOX_CONFIG} -o /usr/bin/
+RUN vx build -c velox.toml -o /usr/bin/
35
36
# Build JS files
37
FROM ghcr.io/buggregator/frontend:$FRONTEND_IMAGE_TAG as frontend
0 commit comments