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