Chart installs with backend.type: file

This commit is contained in:
Curtis Mattoon
2018-03-25 13:11:57 -04:00
parent 0bf0fbfe58
commit 246be366fe
10 changed files with 270 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
FROM node:carbon
LABEL org.label-schema.schema-version = "1.0.0"
LABEL org.label-schema.name = "hastebin"
LABEL org.label-schema.name = "haste-server"
LABEL org.label-schema.description = "Open-Source PasteBin Written in Node.js"
LABEL org.label-schema.vcs-url = "https://github.com/cmattoon/haste-server"
LABEL org.label-schema.vcs-url = "https://github.com/seejohnrun/haste-server"
WORKDIR /usr/src/app
@@ -18,4 +18,3 @@ EXPOSE 80
VOLUME ["/data"]
CMD ["npm", "start"]