Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
fix dos2unix cleanup command (path)
  • Loading branch information
chevybowtie authored Dec 27, 2023
1 parent 31f4347 commit 7d21575
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 @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y nginx git cron dos2unix curl netcat ipu

# running locally
COPY ./ ${TINYSTATUS_DIR}
RUN dos2unix ./app
RUN dos2unix ${TINYSTATUS_DIR}/app/*

# ███████╗ ██████╗██████╗ ██╗██████╗ ████████╗███████╗
# ██╔════╝██╔════╝██╔══██╗██║██╔══██╗╚══██╔══╝██╔════╝
Expand Down

0 comments on commit 7d21575

Please sign in to comment.