File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/navikt/baseimages/temurin:21
2
-
1
+ FROM gcr.io/distroless/java21-debian12
3
2
ENV JAVA_OPTS='-XX:MaxRAMPercentage=75'
4
-
5
3
COPY build/libs/*.jar ./
4
+ ENV TZ="Europe/Oslo"
5
+ EXPOSE 8080
6
+ CMD ["app.jar" ]
Original file line number Diff line number Diff line change 11
11
version : 1.0.0
12
12
title : StatistikkApi
13
13
description : Samle og henten statistikk
14
- paths :
15
- /innlogging :
16
- post :
17
- description : samle innloggingsdata
18
- requestBody :
19
- required : true
20
- content :
21
- application/json :
22
- schema :
23
- type : object
24
- required :
25
- - ident
26
- properties :
27
- ident :
28
- type : string
29
- responses :
30
- ' 201 ' :
31
- description : Successful response
32
14
/hent :
33
15
get :
34
16
description : HTML side for å laste ned statistikk i CSV format
You can’t perform that action at this time.
0 commit comments