Skip to content

Commit

Permalink
create storage dir
Browse files Browse the repository at this point in the history
missing on local so added to ensure build works
  • Loading branch information
beingmattlevy committed Apr 15, 2024
1 parent c60799a commit 95e5fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ RUN bundle install && \
COPY package.json yarn.lock ./
RUN yarn install

# Create storage dir
RUN mkdir storage

# Copy application code
COPY . .

Expand Down

0 comments on commit 95e5fa6

Please sign in to comment.