Change workdir to archery

This commit is contained in:
2025-01-14 20:30:06 -05:00
parent c83b7535c1
commit e1230b3fde
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ RUN node --experimental-strip-types build.ts && \
FROM base as deploy
WORKDIR /srv/abt
WORKDIR /srv/archery
RUN apk add --no-cache docker-cli
COPY --from=build-env /build .