Skip to content

Commit

Permalink
fix password env variable in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Feb 16, 2024
1 parent 6d07491 commit 6de684f
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 @@ -95,6 +95,6 @@ RUN mkdir ./designs
# run
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/OdbDesign/bin
ENV ODBDESIGN_SERVER_REQUEST_USERNAME=${ODBDESIGN_SERVER_REQUEST_USERNAME}
ENV ODBDESIGN_SERVER_REQUEST_PASSOWRD=${ODBDESIGN_SERVER_REQUEST_PASSWORD}
ENV ODBDESIGN_SERVER_REQUEST_PASSWORD=${ODBDESIGN_SERVER_REQUEST_PASSWORD}
RUN chmod +x ./OdbDesignServer
ENTRYPOINT [ "./OdbDesignServer" ]

0 comments on commit 6de684f

Please sign in to comment.