Skip to content

Commit

Permalink
Remove spacing around the equals for OS_API_URL #1288
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Feb 5, 2025
1 parent 45900de commit ac5feb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN set -eux; \
USER www-data

ENV IMS_API_URL="/inventory-management-system-api"
ENV OS_API_URL = "/object-storage-api"
ENV OS_API_URL="/object-storage-api"
ENV PLUGIN_HOST="/inventory-management-system"

COPY docker/docker-entrypoint.sh /usr/local/bin/
Expand Down

0 comments on commit ac5feb8

Please sign in to comment.