#0000 - Update Dockerfile to adjust .gitignore URL for enhanced JetBrains support
This commit is contained in:
parent
aed2b7e0a0
commit
93f6731436
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ LABEL maintainer="guillaume@van-hemmen.com"
|
|||
# Build arguments
|
||||
ARG ARG_TZ="Europe/Paris"
|
||||
ARG ARG_NODE_MAJOR=22
|
||||
ARG GITIGNORE_URL="https://www.toptal.com/developers/gitignore/api/linux,jetbrains,visualstudio,visualstudiocode"
|
||||
ARG GITIGNORE_URL="https://www.toptal.com/developers/gitignore/api/linux,jetbrains+all,visualstudio,visualstudiocode"
|
||||
|
||||
# System configuration and timezone setup
|
||||
RUN ln -snf /usr/share/zoneinfo/$ARG_TZ /etc/localtime && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue