Skip to content

Commit

Permalink
[backend] autoconfirm apt
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Nov 10, 2023
1 parent c8c8ced commit e854310
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 @@ -25,7 +25,7 @@ WORKDIR /app
COPY --from=backend /app/backend/backend ./backend
COPY --from=stockskis /app/backend/stockskis ./stockskis

RUN apt update && apt install ca-certificates && update-ca-certificates --fresh
RUN apt update && apt install -y ca-certificates && update-ca-certificates --fresh

EXPOSE 80
CMD [ "./backend", "--pghost", "postgres" ]

0 comments on commit e854310

Please sign in to comment.