Added product admin features

This commit is contained in:
Niklas Fondberg
2021-07-26 10:35:52 +02:00
committed by GitHub
parent 32adee1bf4
commit d17df41d86
38 changed files with 1613 additions and 381 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Uses the node base image with the latest LTS version
FROM node:14.16.0
FROM node:14.17.0
# Informs Docker that the container listens on the
# specified network ports at runtime
EXPOSE 4000