Fix handling of plain Dockerfiles

Fixes #901
This commit is contained in:
Joseph Schorr 2015-11-20 18:09:25 -05:00
parent a2896cc39d
commit 70b72818b7

View file

@ -56,7 +56,7 @@ angular.module('quay').factory('DataFileService', [function() {
}
if (plain.byteLength == 0) {
failure();
success([]);
return;
}