8000 fix dockerfile image args · homeylab/bookstack-file-exporter@3969549 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3969549

Browse files
committed
fix dockerfile image args
1 parent aeed142 commit 3969549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN apt update -y && apt upgrade -y && \
1616
# create docker user
1717
RUN useradd -M -s /usr/sbin/nologin -u 33333 exporter
1818

19-
ARG DOCKER_WORK_DIR
20-
ARG DOCKER_CONFIG_DIR
21-
ARG DOCKER_EXPORT_DIR
19+
ARG DOCKER_WORK_DIR=/export
20+
ARG DOCKER_CONFIG_DIR=/export/config
21+
ARG DOCKER_EXPORT_DIR=/export/dump
2222

2323
ENV DOCKER_CONFIG_DIR=${DOCKER_CONFIG_DIR}
2424
ENV DOCKER_EXPORT_DIR=${DOCKER_EXPORT_DIR}

0 commit comments

Comments
 (0)
0