Skip to content

Commit

Permalink
exec format, capitalize AS
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Oct 31, 2024
1 parent b6837a0 commit 245b7b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tbprofiler/6.4.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:1.5.8 as app
FROM mambaorg/micromamba:1.5.8 AS app

USER root
WORKDIR /
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 245b7b6

Please sign in to comment.