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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user