Browse Source

chore: specified node version to avoid issues between machines

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 years ago
parent
commit
6b05464976
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/Dockerfile

+ 1 - 1
backend/Dockerfile

@@ -1,4 +1,4 @@
-FROM node
+FROM node:15
 
 RUN apt-get update