1
0
Fork 0
mirror of synced 2024-06-01 10:09:48 +12:00

Use local string-templates

This commit is contained in:
Adria Navarro 2023-10-03 11:12:15 +02:00
parent 3d697949f0
commit 164f46d0f6

View file

@ -103,6 +103,9 @@ COPY --from=build /app/node_modules /node_modules
COPY --from=build /app/package.json /package.json
COPY --from=build /app/packages/server /app
COPY --from=build /app/packages/worker /worker
COPY --from=build /app/packages/string-templates /string-templates
RUN cd /string-templates && yarn link && cd ../app && yarn link @budibase/string-templates && cd ../worker && yarn link @budibase/string-templates
EXPOSE 80