diff --git a/Dockerfile b/Dockerfile index e14ca4b..dac8ddc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 COPY exp /app COPY Makefile /app -COPY run.sh /app +COPY run.py /app COPY src /app RUN apt update && apt -y install build-essential