Ver Fonte

chore: specified node version to avoid issues between machines

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan há 4 anos atrás
pai
commit
6b05464976
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      backend/Dockerfile

+ 1 - 1
backend/Dockerfile

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