We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0745731 commit 78ea7a2Copy full SHA for 78ea7a2
Dockerfile
@@ -12,7 +12,7 @@ COPY networks ./networks
12
COPY bitrates ./bitrates
13
14
15
-RUN g++ -O3 -o simulation.out main.cpp
+RUN g++ -O3 -o simulation.out ./src/main.cpp
16
17
# - 'backend:app' especifica el módulo 'backend.py' y la instancia de Flask 'app'.
18
# - '--bind 0.0.0.0:8080' hace que Gunicorn escuche en todas las interfaces (0.0.0.0) en el puerto 8080 dentro del contenedor.
0 commit comments