From 423a538a1bc8d369437bdc9fba41c81652a40965 Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 28 Aug 2023 21:30:55 -0500 Subject: [PATCH] Fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b2dd8b..25a6ed2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY ./neural.py /data/ COPY ./generate.py /data/ COPY ./itemname.py /data/ COPY ./main.py /data/ -CMD python3 /datamain.py \ No newline at end of file +CMD python3 main.py \ No newline at end of file