From 9ab2dc692efc857bd0876114192d577b3e434208 Mon Sep 17 00:00:00 2001 From: romer8 Date: Thu, 23 May 2024 22:02:17 -0600 Subject: [PATCH] Added extra tag for ecs --- Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe34a5b..0ead4be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM tethysplatform/tethys-core:dev +FROM --platform=linux/amd64 tethysplatform/tethys-core:dev ################### # BUILD ARGUMENTS # @@ -48,7 +48,4 @@ EXPOSE 80 # RUN # ####### -CMD bash run.sh - -HEALTHCHECK --start-period=240s --interval=60s --retries=10 \ - CMD ./liveness-probe.sh \ No newline at end of file +CMD bash run.sh \ No newline at end of file