update image
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2020-02-15 18:12:01 +01:00
parent faef1469f8
commit d4b2f1ffbc
2 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ VOLUME /snips
EXPOSE 3000
COPY target/release/brownpaper /bin/
COPY bin/brownpaper /bin/
ENTRYPOINT [ "/bin/brownpaper" ]