FROM cerc/snowballtools-base-backend-base:local

WORKDIR /app/packages/backend
COPY run.sh .

ENTRYPOINT ["./run.sh"]
