Skip to content

Commit

Permalink
uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Mar 15, 2024
1 parent fb3c34e commit e1b8e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM mongo:4.4.8-focal
ARG DEBIAN_FRONTEND=noninteractive
ARG REQUEST_GITHUB_URL_API_ENDPOINT
ARG GIT_ACCESS_API_TOKEN
ARG MONGODB_URI=mongodb://localhost:27017/dao
ARG MONGODB_URI=mongodb://localhost:27017/
ENV MONGODB_URI=${MONGODB_URI}

# Install dependencies
Expand Down

0 comments on commit e1b8e50

Please sign in to comment.