Skip to content

Commit

Permalink
Modify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
imhlas committed Apr 3, 2024
1 parent 9712c95 commit 61855a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY requirements.txt ./
RUN pip install -r requirements.txt

# Create data directories
RUN mkdir -p /app/data && chmod 777 /app/data
RUN mkdir -p /app/data

# Copy the rest of the project files to the working directory
COPY . .
Expand Down

0 comments on commit 61855a9

Please sign in to comment.