1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-04 04:01:42 +00:00

docker: remove frotz

This commit is contained in:
Chris Sexton 2021-01-31 18:29:08 -05:00
parent 3f35cb7fe3
commit 2395cc07e6

View File

@ -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"]