Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ COPY --from=build-backend /opt/specify7 /opt/specify7
WORKDIR /opt/specify7
RUN cp -r specifyweb/settings .

ENV PATH="/opt/specify7/ve/bin:$PATH"

RUN echo 'export PATH="/opt/specify7/ve/bin:$PATH"' > ~/.bashrc

RUN echo \
"import os" \
"\nfrom . import specify_settings as specify_defaults" \
Expand Down