Refactor Dockerfile and Update CI Configuration

- Changed the working directory in the Dockerfile to /app for better organization.
- Removed the iat.yaml configuration file to simplify the container setup and reduce complexity.
- Adjusted the exposed port to 80, aligning with standard HTTP practices for the scraper application.
- Updated the CI configuration in .drone.yml to reflect these changes, ensuring a streamlined build process.
This commit is contained in:
n.nakhostin
2025-08-31 17:13:57 +03:30
parent 31cf9a4454
commit e6bf47a769
3 changed files with 6 additions and 36 deletions
-1
View File
@@ -18,7 +18,6 @@ steps:
- APP_VERSION=$(git rev-list HEAD --count --no-merges)-$DRONE_BRANCH
- echo "APP Version tags $APP_VERSION"
- echo -n "$APP_VERSION" >> .tags
- name: build web
image: plugins/docker
settings: