Ahempro commited on
Commit
a54cab9
·
verified ·
1 Parent(s): 557cfe2

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM ghcr.io/pasta-devs/marinara-engine:latest
2
+
3
+ # Route all engine data and local configurations
4
+ ENV DATA_DIR=/app/data
5
+
6
+ EXPOSE 7860