Skip to content

Commit

Permalink
removed command from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara79 committed Nov 8, 2024
1 parent 3acbfce commit 198f05e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ RUN mkdir -p "$DT_HOME" && \
# Set the working directory
WORKDIR /var/www/symfony

# Copy the .env.sample file from host to the container
COPY .env.sample /var/www/symfony/.env.sample

# Healthcheck for container
HEALTHCHECK --interval=30s --timeout=5s CMD curl -f http://localhost/ || exit 1

Expand Down

0 comments on commit 198f05e

Please sign in to comment.