Chart installs with backend.type: file
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user