invalid env format
i'm not sure if i'm on an old docker version or not, but i had to fix this line to get it to build. feel free to disregard if it's just my docker being old
This commit is contained in:
parent
4babe6801d
commit
0ffc3cb1b3
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV PATH=$PATH:/usr/local/nginx/sbin
|
ENV PATH $PATH:/usr/local/nginx/sbin
|
||||||
|
|
||||||
EXPOSE 1935
|
EXPOSE 1935
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
Loading…
Reference in New Issue
Block a user