mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
refactor: update Dockerfile comments for clarity on MaxMind database directory
This commit is contained in:
parent
3bbf5b5848
commit
f493cd212a
2
.gitignore
vendored
2
.gitignore
vendored
@ -102,4 +102,4 @@ seq-data/
|
|||||||
|
|
||||||
.claude/
|
.claude/
|
||||||
build.sh
|
build.sh
|
||||||
buildx.sh
|
buildx*.sh
|
||||||
|
@ -78,7 +78,7 @@ COPY --from=builder /app/dist ./dist
|
|||||||
COPY --from=builder /app/ReleaseNotes.json ./
|
COPY --from=builder /app/ReleaseNotes.json ./
|
||||||
COPY --from=builder /app/Overview.json ./
|
COPY --from=builder /app/Overview.json ./
|
||||||
|
|
||||||
# Create directory for GeoIP databases
|
# Create directory for MaxMind databases
|
||||||
RUN mkdir -p /usr/share/maxmind && \
|
RUN mkdir -p /usr/share/maxmind && \
|
||||||
chown -R bitip:nodejs /usr/share/maxmind
|
chown -R bitip:nodejs /usr/share/maxmind
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user