Add dockerfiles

This commit is contained in:
2024-11-01 00:07:50 +01:00
parent c8d445ed6a
commit 4ce61f349f
15 changed files with 86 additions and 10 deletions

View File

@@ -1,11 +1,6 @@
make build-devserver
docker tag ibm-mqadvanced-server-dev:9.4.1.0-amd64 git.cbo.dk/rasmus/mq-container:9.4.1.0-amd64
docker push git.cbo.dk/rasmus/mq-container:9.4.1.0-amd64
cd rln
make run
# Testing
```bash
apt-get update && apt-get update -y && apt-get install -y python3 python3-pip python3-dev build-essential wget curl && pip install --break-system-packages pymqi
```
make build
make push
make run
```