Skip to content

Commit

Permalink
Add "RUN mkdir -p _build" to Dockerfile.
Browse files Browse the repository at this point in the history
Trying to avoid problem creating _build here: ESCOMP/CTSM#2499 (comment)
  • Loading branch information
samsrabin committed Apr 30, 2024
1 parent be868b6 commit 1896330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM escomp/base:latest

RUN mkdir -p _build

ADD entrypoint.py /entrypoint.py
ADD sphinx_action /sphinx_action

Expand Down

0 comments on commit 1896330

Please sign in to comment.