FROM jcabrero/hefactory:amd64
LABEL Name=hefactory

# Copy files
COPY applications/others/hefactory/ examples/

# Run benchmarks
CMD ["sh", "examples/run.sh"]
