Sfoglia il codice sorgente

chore: specified node version to avoid issues between machines

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 anni fa
parent
commit
6b05464976
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      backend/Dockerfile

+ 1 - 1
backend/Dockerfile

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