Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Headscracher committed Aug 30, 2024
1 parent 017b848 commit 6c1f6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY docker/config_env_subst.sh /docker-entrypoint.d/30_config_env_subst.sh
# Copy your application source code (assuming it's in the current directory)
COPY . /app

RUN ls -la /app
RUN ls -la /app/docker

# Set working directory
WORKDIR /app
Expand Down

0 comments on commit 6c1f6d0

Please sign in to comment.