aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-13 20:51:50 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-13 20:51:50 -0400
commit5ea29f91b8110ab7c91e8ee2ab2aedbfa35c5062 (patch)
tree8faf80f75d9526c16b6e247b19d415aedbc52d73 /Dockerfile
parentc3767e5a81710634dc3705a1a9f4fc94e1f1d981 (diff)
Forgot to save a file
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"]
+
+