Skip to content

Commit

Permalink
Revert changes to CMD syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcsid committed May 29, 2024
1 parent 721c268 commit f04b321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ENV KETTLE_HOME=${HOME}/data-integration
ENV PATH=${KETTLE_HOME}:$PATH

# Create KETTLE_HOME directory and make it writeable
# Create PENTAHO_HOME directory and make it writable
RUN mkdir ${KETTLE_HOME}
RUN chmod 775 ${KETTLE_HOME}

Expand All @@ -54,4 +54,4 @@
RUN chmod 755 ${KETTLE_HOME}/*.sh

# Start Carte Server
CMD [${KETTLE_HOME}/carte.sh, ${HOSTNAME}, ${CARTE_PORT}]
CMD ${KETTLE_HOME}/carte.sh ${HOSTNAME} ${CARTE_PORT}

0 comments on commit f04b321

Please # to comment.