From 245b7b6818652cc19ad69f91d85f02eaa83d0584 Mon Sep 17 00:00:00 2001 From: Sage Wright Date: Thu, 31 Oct 2024 18:41:43 +0000 Subject: [PATCH] exec format, capitalize AS --- tbprofiler/6.4.0/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tbprofiler/6.4.0/Dockerfile b/tbprofiler/6.4.0/Dockerfile index 34ea7f341..de445f614 100644 --- a/tbprofiler/6.4.0/Dockerfile +++ b/tbprofiler/6.4.0/Dockerfile @@ -1,4 +1,4 @@ -FROM mambaorg/micromamba:1.5.8 as app +FROM mambaorg/micromamba:1.5.8 AS app USER root WORKDIR / @@ -50,10 +50,10 @@ RUN tb-profiler update_tbdb --commit ${TBDB_COMMIT} && \ WORKDIR /data # Added command to bring help menu up upon running container. -CMD tb-profiler +CMD ["tb-profiler"] # test stage -FROM app as test +FROM app AS test # checking if tool is in PATH RUN tb-profiler && tb-profiler version