Add Dockerfile support

Original PR by @phyzical
See #266
This commit is contained in:
alstr
2025-04-10 14:53:23 +01:00
parent 3c434ec5a9
commit 1a726726ab
5 changed files with 39 additions and 0 deletions

View File

@@ -563,6 +563,9 @@ index 0000000..d340f6a
+ * labels: urgent
+ */
+}
diff --git a/tests/package.move b/tests/package.move
new file mode 100644
index 0000000..d340f6a
--- /dev/null
+++ b/package.move
@@ -0,0 +1,20 @@
@@ -586,3 +589,13 @@ index 0000000..d340f6a
+ * labels: urgent
+ */
+}
diff --git a/src/Dockerfile b/src/Dockerfile
new file mode 100644
index 0000000..d340f6a
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,4 @@
+WORKDIR /app
+ENV PYTHONPATH /app
+# TODO: Update command
+CMD ["/app/main.py"]