Move Dockerfile to repo root + remove devcontainer

This commit is contained in:
2025-05-28 16:04:19 +02:00
parent 16e6208134
commit ce550c9b92
4 changed files with 1 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Build Docker image
run: |
docker build -t ${{ secrets.LOCAL_INSTANCE_IP }}/${{ secrets.DOCKER_USERNAME }}/devcontainer:latest -f .devcontainer/Dockerfile .
docker build -t ${{ secrets.LOCAL_INSTANCE_IP }}/${{ secrets.DOCKER_USERNAME }}/devcontainer:latest -f Dockerfile .
- name: Push Docker image
run: |