fix(banner): add version to docker image (#649)

This commit is contained in:
VictorV
2020-10-30 12:42:17 -07:00
committed by GitHub
parent 493834b526
commit 1d2a33b1d7
+1
View File
@@ -32,5 +32,6 @@ WORKDIR /app
COPY --from=builder /build/node_modules/ node_modules/
COPY --from=builder /build/build/ build/
COPY version.txt version.txt
CMD [ "node", "./build/index.js" ]