Test which command fails.
This commit is contained in:
parent
30f0005a2b
commit
e81344cac9
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk add --upgrade --no-cache nginx gettext inotify-tools \
|
RUN apk add --upgrade --no-cache nginx gettext inotify-tools
|
||||||
&& mv /etc/nginx /etc/nginx.tmpl \
|
RUN mv /etc/nginx /etc/nginx.tmpl
|
||||||
&& touch /etc/envsubst.conf
|
RUN touch /etc/envsubst.conf
|
||||||
|
|
||||||
COPY start-nginx.sh /usr/local/bin/
|
COPY start-nginx.sh /usr/local/bin/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue