Skip to content

Commit

Permalink
Fixed wording
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Mäder <[email protected]>
  • Loading branch information
tobiasge and cimnine authored Apr 6, 2023
1 parent 5d5b01f commit 5a29364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ COPY --from=builder /opt/netbox/venv /opt/netbox/venv

ARG NETBOX_PATH
COPY ${NETBOX_PATH} /opt/netbox
# Copy the modified 'requirements*.txt' files, to have the files actually used to install
# Copy the modified 'requirements*.txt' files, to have the files actually used during installation
COPY --from=builder /requirements.txt /requirements-container.txt /opt/netbox/

COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py
Expand Down

0 comments on commit 5a29364

Please sign in to comment.