Closed oliverkurth closed 4 years ago
Hey! ./droppy.js build creates needed directory.
git clone https://github.com/silverwind/droppy
cd droppy
npm install
./droppy.js build
docker build .
Yeah. Assets need to be built first using either make build
or ./droppy.js build
. This is part of the Makefile and release targets.
I was trying to build a new docker image to see if that would fix issue #409 , but that fails:
It looks like it's expecting a
dist
directory, but that doesn't exist.