test(e2e): use file config for traefik in docker

This commit is contained in:
Alexis Couvreur
2024-09-11 12:35:53 -04:00
parent 55233400df
commit 648c062e50
3 changed files with 52 additions and 35 deletions

View File

@@ -21,6 +21,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
FROM scratch
EXPOSE 10000
COPY --from=build /etc/sablier/themes /etc/sablier/themes
COPY --from=build /src/sablier* /bin/sablier
COPY docker/sablier.yaml /etc/sablier/sablier.yaml