mirror of
https://github.com/velour/catbase.git
synced 2025-04-04 20:21:42 +00:00
docker: remove frotz
This commit is contained in:
parent
3f35cb7fe3
commit
2395cc07e6
@ -54,6 +54,4 @@ ENV TZ America/New_York
|
|||||||
RUN git clone https://github.com/chrissexton/rank-amateur-cowsay.git cowsay && cd cowsay && ./install.sh
|
RUN git clone https://github.com/chrissexton/rank-amateur-cowsay.git cowsay && cd cowsay && ./install.sh
|
||||||
RUN cd $SRC_DIR; go get ./...; go build -o /app/catbase
|
RUN cd $SRC_DIR; go get ./...; go build -o /app/catbase
|
||||||
|
|
||||||
RUN git clone https://gitlab.com/DavidGriffith/frotz.git frotz && cd frotz && make dfrotz && cp dfrotz /app
|
|
||||||
|
|
||||||
ENTRYPOINT ["/app/catbase", "-db=/app/var/catbase.db", "-debug"]
|
ENTRYPOINT ["/app/catbase", "-db=/app/var/catbase.db", "-debug"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user