From d122b73c69aef4155698a1d6ecd771f1a0f53911 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 1 Oct 2020 11:33:03 +0200 Subject: [PATCH] fix(build): typo in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca15e17ab..078d6f357 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, based on Node.js, to build and compile Angular -FROM node:12.16-slim as builder +FROM node:12.16-slim as build WORKDIR /app -- GitLab