Skip to content

Commit

Permalink
Fix GUI image request service SSL path.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Nov 2, 2023
1 parent 33fa4ec commit e0c9ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/nwm_gui/app_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ COPY ./docker/nwm_gui/app_server/client_debug_helper.py ./

ENV PYCHARM_DEBUG_EGG=/pydevd-pycharm.egg
ENV REQ_SRV_SSL_DIR=${WORKDIR}/request_service_ssl
COPY ./ssl/requestservice ${REQ_SRV_SSL_DIR}
# TODO: needs to be fixed ... doesn't mesh with configurability of location
COPY ./ssl/request-service ${REQ_SRV_SSL_DIR}

# TODO: move to heredoc syntax once confirmed it's reasonable to expect all environments run sufficiently recent Docker
RUN echo '{' > .dmod_client_config.json \
Expand Down

0 comments on commit e0c9ed9

Please sign in to comment.