source: docker/virtualairlines.hu/build-virtualairlines.hu.sh@ 1007:445599cd5fea

python3
Last change on this file since 1007:445599cd5fea was 1007:445599cd5fea, checked in by István Váradi <ivaradi@…>, 5 years ago

Files to create a Docker image running the MAVA website

  • Property exe set to *
File size: 109 bytes
Line 
1#!/bin/bash
2
3scriptdir=$(cd $(dirname $0) && pwd)
4
5docker build -t virtualairlines.hu "${scriptdir}/context"
Note: See TracBrowser for help on using the repository browser.