Skip to content

Commit

Permalink
URBIBBNA-42
Browse files Browse the repository at this point in the history
Changes to Dockerfile
  • Loading branch information
epam-vkerkhoff committed Jan 25, 2024
1 parent 56a887e commit 622f4aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions publish-barshare-gbfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# This Dockerfile builds a service that regularly publishes the BARShare GBFS to the bbnavi open data portal.
FROM python:3-alpine

COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN apk add --no-cache --update tree minio-cli

WORKDIR /usr/src/app

COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

COPY main.sh ./
COPY index.html barshare-logo.png ./

Expand Down

0 comments on commit 622f4aa

Please sign in to comment.