diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-13 20:51:50 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-13 20:51:50 -0400 |
| commit | 5ea29f91b8110ab7c91e8ee2ab2aedbfa35c5062 (patch) | |
| tree | 8faf80f75d9526c16b6e247b19d415aedbc52d73 /Dockerfile | |
| parent | c3767e5a81710634dc3705a1a9f4fc94e1f1d981 (diff) | |
Forgot to save a file
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ COPY package*.json ./ RUN npm install COPY . . CMD ["npm", "start"] + + |
