From cbdfdf82fc57e244c0dcc57c8c00e920c1542ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 20 Jun 2022 00:12:26 -0400 Subject: [PATCH] ajout shell build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 3e9e088..29dfbcf 100644 --- a/build.sh +++ b/build.sh @@ -1 +1,3 @@ +#!/bin/bash + docker build --tag emoji-flask-app . \ No newline at end of file