Skip to content

Commit

Permalink
Remove comment in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Dec 20, 2024
1 parent d5c367e commit e459a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recommendationservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk update \
gcc \
make \
libc-dev \
&& rm -rf /var/cache/apk/* # Clean APK cache
&& rm -rf /var/cache/apk/*

# get packages
COPY requirements.txt .
Expand Down

0 comments on commit e459a93

Please sign in to comment.