mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add standalone target for rendering official Dockerfile
With the next commit it will be possible to run: ``` $ make Dockerfile $ docker build . ```
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{% if build_dev|bool %}
|
||||
{% if build_dev|default(False)|bool %}
|
||||
### This file is generated from
|
||||
### installer/roles/image_build/templates/Dockerfile.j2
|
||||
###
|
||||
### DO NOT EDIT
|
||||
###
|
||||
{% else %}
|
||||
{% set build_dev = False %}
|
||||
{% endif %}
|
||||
|
||||
# Locations - set globally to be used across stages
|
||||
|
||||
Reference in New Issue
Block a user