Skip to content

Commit

Permalink
ci 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygilkerson committed Jan 12, 2025
1 parent 7365626 commit c5f0d57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
###########################################
# build
###########################################
FROM --platform=linux/amd64 docker.io/fredericwernercc/mkdocs-material as dev
FROM docker.io/fredericwernercc/mkdocs-material as dev

# Change the default shell to bash
SHELL ["/bin/bash", "-c"]

RUN /bin/bash -c "whoami"
RUN /bin/bash -c "which mkdir"
Expand Down

0 comments on commit c5f0d57

Please sign in to comment.