DEVELOPMENT ENVIRONMENT

~liljamo/ulairi

ref: 6881fb5a28bf2746e4aebf61ec5f3b9a4ac7a886 ulairi/ulairi-api/scripts/deploy.sh -rw-r--r-- 137 bytes
6881fb5aJonni Liljamo docs: update README.md, add LICENSE and NOTICE 11 months ago
                                                                                
1
2
3
4
5
6
7
8
#!/bin/sh

# Build the image
docker build -t ulairi-api:debian -f Dockerfile.debian .

# Run the image
docker run -ti ulairi-api:debian