Remove old base image from syncthing
This commit is contained in:
parent
3b04a54fc3
commit
a27bf5625f
|
@ -1,4 +1,4 @@
|
||||||
FROM kelvinchen/seedbox:base
|
FROM buildpack-deps:xenial-curl
|
||||||
MAINTAINER Kelvin Chen <kelvin@kelvinchen.org>
|
MAINTAINER Kelvin Chen <kelvin@kelvinchen.org>
|
||||||
|
|
||||||
RUN curl -sL https://syncthing.net/release-key.txt | apt-key add - \
|
RUN curl -sL https://syncthing.net/release-key.txt | apt-key add - \
|
||||||
|
@ -13,6 +13,6 @@ VOLUME /config
|
||||||
|
|
||||||
EXPOSE 8384 22000 21027/udp
|
EXPOSE 8384 22000 21027/udp
|
||||||
|
|
||||||
COPY start config.xml /
|
COPY init config.xml /
|
||||||
|
|
||||||
CMD ["/start"]
|
CMD ["/init"]
|
||||||
|
|
Loading…
Reference in New Issue