aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 5c624e5..de7d651 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,3 +4,5 @@ COPY package*.json ./
RUN npm install
COPY . .
CMD ["npm", "start"]
+
+