Skip to content

Commit 0a6773f

Browse files
committed
fix
1 parent b827b7a commit 0a6773f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ COPY ${VELOX_CONFIG} .
2525
# we don't need CGO
2626
ENV CGO_ENABLED=0
2727
ENV RT_TOKEN=${GH_TOKEN}
28-
ENV VELOX_CONFIG=${VELOX_CONFIG}
2928
ARG CACHE_BUST=1
3029

3130
RUN echo $CACHE_BUST
3231

3332
# RUN build
34-
RUN vx build -c ${VELOX_CONFIG} -o /usr/bin/
33+
RUN vx build -c velox.toml -o /usr/bin/
3534

3635
# Build JS files
3736
FROM ghcr.io/buggregator/frontend:$FRONTEND_IMAGE_TAG as frontend

0 commit comments

Comments
 (0)