/admin/docker

To get this branch, use:
bzr branch http://darksoft.org/webbzr/admin/docker

« back to all changes in this revision

Viewing changes to adei/adei/docker-entrypoint.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2016-12-23 19:40:10 UTC
  • Revision ID: csa@suren.me-20161223194010-1013mnipk5revl6m
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
2
 
 
3
set -e
 
4
 
 
5
echo "Running: $@"
 
6
exec "$@"