Skip to content

Commit

Permalink
revert change on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrauzzi committed Jun 22, 2023
1 parent c666f62 commit b39e8e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ COPY assets/oas.cfg /opt/t2service/oas.cfg
COPY assets/scripts/entrypoint.sh /opt/t2scripts/entrypoint.sh
RUN chmod +x /opt/t2scripts/entrypoint.sh

# TODO remove from code all references to this file which is not needed anymore
COPY assets/workflowwxecutorconfig.json /opt/t2config/workflowwxecutorconfig.json

COPY src/templates/template.cpp /opt/t2template/template.cpp
COPY src/templates/Makefile /opt/t2template/Makefile
RUN cp /project/src/deployundeploy/zoo/build/libepcatransactional.zo /opt/t2service/
Expand Down

0 comments on commit b39e8e8

Please sign in to comment.