Commit 423e1a0e authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Fix build process for custom API_PORT

parent d2447c91
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -84,7 +84,10 @@ services:
    entrypoint: ["/bin/sh", "-c", "npm start 2>&1| tee -a /app/custom_logs/pwndoc.log"]

  pwndoc-frontend:
    build: ./pwndoc/frontend
    build:
      context: ./pwndoc/frontend
      args:
        API_PORT: 8443
    container_name: pwndoc-frontend
    restart: unless-stopped
    depends_on:
Compare 12f64cd8 to 85b24263
Original line number Diff line number Diff line
Subproject commit 12f64cd80ece6becf4ccb86b17f8c272e475c920
Subproject commit 85b242632e60a5b9a25837a0b0139c6440015067