2019-04-09 08:14:54 +09:00
|
|
|
# Install development environment
|
2019-04-14 16:28:30 +09:00
|
|
|
FROM blitzprog/aero
|
|
|
|
RUN git clone --progress --verbose --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn
|
|
|
|
|
|
|
|
# Expect ~/notify.moe to be mounted as a volume
|
|
|
|
RUN cd ~/notify.moe && \
|
|
|
|
tsc && \
|
|
|
|
pack && \
|
|
|
|
go build
|