Skip to content

Commit bee3f3f

Browse files
committed
docker fix typo in env variable
fixes #98
1 parent 2e19eb9 commit bee3f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN touch src/main.rs && \
3232
FROM busybox:glibc
3333
RUN addgroup --system sqlpage && \
3434
adduser --system --no-create-home --ingroup sqlpage sqlpage
35-
ENV SQLPAGE_ROOT=/var/www
35+
ENV SQLPAGE_WEB_ROOT=/var/www
3636
WORKDIR /etc
3737
COPY --from=builder /usr/src/sqlpage/sqlpage.bin /usr/local/bin/sqlpage
3838
COPY --from=builder /usr/src/sqlpage/libgcc_s.so.1 /lib/libgcc_s.so.1

0 commit comments

Comments
 (0)