Skip to content

Commit

Permalink
Change CMD command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcsid committed May 29, 2024
1 parent 45bf233 commit 886981f
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 PENTAHO_HOME directory
# Create KETTLE_HOME directory and make it writeable
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 886981f

Please # to comment.