Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
|
|
29 |
# bash install.sh
|
30 |
# 同时运行 python main.py 和 bash install.sh
|
31 |
RUN python main.py & \
|
32 |
-
bash install.sh
|
33 |
|
34 |
|
35 |
# CMD ["sh", "-c", "python main.py"]
|
|
|
29 |
# bash install.sh
|
30 |
# 同时运行 python main.py 和 bash install.sh
|
31 |
RUN python main.py & \
|
32 |
+
bash install.sh
|
33 |
|
34 |
|
35 |
# CMD ["sh", "-c", "python main.py"]
|