Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuanKatalon committed Jan 10, 2025
1 parent 6a554eb commit dd950ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ ARG IS_PRODUCTION
# RUN mkdir -p $KATALON_KATALON_SCRIPT_DIR
WORKDIR $KATALON_KATALON_SCRIPT_DIR

RUN whoami
RUN env

COPY --chown=appuser:appuser ./src/scripts/setup.sh setup.sh
RUN chmod a+x setup.sh

Expand All @@ -51,10 +48,8 @@ RUN chmod a+x katalon-notify.sh
COPY --chown=appuser:appuser ./src/scripts/katalonc.sh katalonc.sh
RUN chmod a+x katalonc.sh

RUN cat /etc/environment
USER root
RUN sudo echo "PATH=\"$PATH\"" > /etc/environment
RUN cat /etc/environment
RUN echo "PATH=\"$PATH\"" > /etc/environment
USER appuser
CMD $KATALON_KATALON_SCRIPT_DIR/katalon-notify.sh

Expand Down

0 comments on commit dd950ae

Please sign in to comment.