1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-03-12 15:06:06 +00:00
This commit is contained in:
NAKNAO-nnct 2025-03-08 20:22:06 +09:00
parent e262a46cfd
commit 018598a300

View File

@ -35,4 +35,4 @@ RUN pip3 install --no-cache-dir -r /server/requirements.txt
EXPOSE 3080 EXPOSE 3080
CMD ["python3", "-m", "gns3server", "--port", "3080"] CMD [ "python3", "-m", "gns3server", "--port", "3080" ]