upgrade to node 16, add search by full product id (#84)

This commit is contained in:
Anders Gustafsson
2021-11-02 10:57:11 +01:00
committed by GitHub
parent 043f1455cf
commit 0afe689200
10 changed files with 260 additions and 2892 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Uses the node base image with the latest LTS version
FROM node:14.17.0
FROM node:16.12.0
# Informs Docker that the container listens on the
# specified network ports at runtime
EXPOSE 4000