Skip to content

Commit 78ea7a2

Browse files
committed
Added g++ to dockerfile
1 parent 0745731 commit 78ea7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY networks ./networks
1212
COPY bitrates ./bitrates
1313

1414

15-
RUN g++ -O3 -o simulation.out main.cpp
15+
RUN g++ -O3 -o simulation.out ./src/main.cpp
1616

1717
# - 'backend:app' especifica el módulo 'backend.py' y la instancia de Flask 'app'.
1818
# - '--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

Comments
 (0)