Ver a proveniência

Stop using --expose-gc

tags/v0.3.3^2
Vildravn há 4 anos
ascendente
cometimento
0830cf3182
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver ficheiro

@@ -17,4 +17,4 @@ RUN npm install --only-production
EXPOSE 4000

# Launch Isleward server
CMD ["node", "--expose-gc", "index.js"]
CMD ["node", "index.js"]

Carregando…
Cancelar
Guardar