mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-23 20:18:13 +03:00
nginx fix
This commit is contained in:
parent
94b1704080
commit
c59555ef67
@ -1,3 +1,11 @@
|
|||||||
|
##################################################################
|
||||||
|
# Set Global ARG to build process
|
||||||
|
##################################################################
|
||||||
|
ARG NGINX_VERSION
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# Start build process
|
||||||
|
##################################################################
|
||||||
FROM epicmorg/devel AS builder
|
FROM epicmorg/devel AS builder
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
##################################################################
|
||||||
|
# Set Global ARG to build process
|
||||||
|
##################################################################
|
||||||
|
ARG NGINX_VERSION
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# Start build process
|
||||||
|
##################################################################
|
||||||
FROM epicmorg/devel AS builder
|
FROM epicmorg/devel AS builder
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user