Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enemy7
/
cs
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
enemy7
commited on
Jul 31, 2023
Commit
0ad1fd3
·
1 Parent(s):
43875f8
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+2
-2
start.sh
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
2
-
./factorio/bin/x64/factorio --start-server dd.zip --port
7000 &
3
-
python3 -m http.server 7860
4
5
#
1
2
+
./factorio/bin/x64/factorio --start-server dd.zip --port
7860
3
+
#
python3 -m http.server 7860
4
5
#