Skip to content

Commit

Permalink
minor build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 31, 2024
1 parent f61b926 commit 886abe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ services:

prometheus:
image: prom/prometheus
container_name: prometheus
volumes:
- ./wis2-gdc-monitoring/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
networks:
Expand Down
1 change: 0 additions & 1 deletion wis2-gdc-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ COPY ./docker/wis2-gdc-management.cron /etc/cron.d/wis2-gdc-management.cron
RUN apt-get update -y && \
# install dependencies
apt-get install -y ${DEBIAN_PACKAGES} && \
pip3 install -U /~https://github.com/wmo-im/pywis-pubsub/archive/main.zip && \
pip3 install --no-cache-dir -r /app/requirements-backend.txt && \
# install wis2-gdc
cd /app && \
Expand Down

0 comments on commit 886abe8

Please sign in to comment.