Skip to content

Commit

Permalink
chore: deploy test 12
Browse files Browse the repository at this point in the history
  • Loading branch information
yaongmeow committed Jun 7, 2024
1 parent 624f4fd commit 01b2734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BE/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY requirements.txt .

RUN pip install -r requirements.txt

RUN mkdir logs

COPY . .

ENTRYPOINT ["mkdir", "logs"]

0 comments on commit 01b2734

Please sign in to comment.