Skip to content

Commit

Permalink
Surround all environment variables with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus21337 committed Oct 8, 2024
1 parent 4b1cce1 commit cf08b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:bookworm-slim AS system
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBIAN_FRONTEND="noninteractive"
ENV USER="next"
ENV GROUP="$USER"
ENV HOME="/home/$USER"
Expand Down

0 comments on commit cf08b6e

Please sign in to comment.