Skip to content

Commit

Permalink
Fix rm typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Palid committed Nov 22, 2023
1 parent e5d4063 commit 0c7be97
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 @@ -7,7 +7,7 @@ RUN node --version
RUN npm install
RUN npm run build
# Remove build artifacts not needed on prod
RUN RM /app/.next/cache
RUN rm -fr /app/.next/cache

# ------------------------------------------------------
# Production Build
Expand Down

0 comments on commit 0c7be97

Please sign in to comment.