PetrosStav commited on
Commit
1868007
·
verified ·
1 Parent(s): 2864591

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM intelligencenoborders/scinobo:v0.1.0
2
+
3
+ # Set the working directory in the container
4
+ WORKDIR /app/src
5
+
6
+ # Run app.py when the container launches
7
+ CMD ["bash"]