Skip to content

Commit

Permalink
Docker udpates.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Nov 13, 2024
1 parent b122154 commit 6bda2a6
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 613 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/build_bot.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image WebUI
name: Build and push Docker image

on:
release:
Expand All @@ -24,4 +24,4 @@ jobs:
context: .
push: true
tags: iwatkot/maps4fs:latest
file: ./docker/Dockerfile_webui
file: ./docker/Dockerfile
12 changes: 0 additions & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
"env": {
"PYTHONPATH": "${workspaceFolder}:${PYTHONPATH}"
}
},
{
"name": "Linux / Mac Bot",
"type": "python",
"request": "launch",
"program": "bot/bot.py",
"console": "integratedTerminal",
"justMyCode": true,
"env": {
"PYTHONPATH": "${workspaceFolder}:${PYTHONPATH}",
"LOG_LEVEL": "DEBUG",
}
}
]
}
Loading

0 comments on commit 6bda2a6

Please sign in to comment.