Skip to content

Commit

Permalink
Do not use the temp folder, use the src folder instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Feb 24, 2025
1 parent 685f00e commit 9fcfff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM ruby:3.4.2-slim

# Copy over the Gemfile that has all the required gems
WORKDIR /temp
COPY src/Gemfile /temp/Gemfile
COPY src/Gemfile.lock /temp/Gemfile.lock
WORKDIR /src
COPY src/Gemfile /src/Gemfile
COPY src/Gemfile.lock /src/Gemfile.lock

# Set environment variables to avoid warnings and optimize bundler
ENV BUNDLE_HOME=/usr/local/bundle
Expand Down
2 changes: 1 addition & 1 deletion src/_posts/2025/2025-01-05-fall-tourney-02.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Fall tourney 2024
title: Fall tourney 2032
date: 2025-01-05 12:00:00 +0100
categories: tournament
type: regular
Expand Down

0 comments on commit 9fcfff5

Please sign in to comment.