Skip to content

Commit

Permalink
Test over
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon KP committed Aug 9, 2024
1 parent 1d4c28e commit 4535f2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN npm install
COPY . .
RUN npm run build

FROM mongo:5.0.28-focal
FROM mongo:5-focal

ARG DEBIAN_FRONTEND=noninteractive
ARG REQUEST_GITHUB_URL_API_ENDPOINT
Expand Down
1 change: 0 additions & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

## Description

test

## Installation

Expand Down

0 comments on commit 4535f2f

Please sign in to comment.