1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Put the couchdb reference back in the single image build.

This commit is contained in:
Sam Rose 2024-02-13 12:09:00 +00:00
parent 140ff2d985
commit f6137e0974
No known key found for this signature in database

View file

@ -38,7 +38,7 @@ COPY packages/worker/pm2.config.js packages/worker/pm2.config.js
COPY packages/string-templates packages/string-templates
FROM budicouch as runner
FROM budibase/couchdb as runner
ARG TARGETARCH
ENV TARGETARCH $TARGETARCH
#TARGETBUILD can be set to single (for single docker image) or aas (for azure app service)