Skip to content

Commit f2aec43

Browse files
Tfp 3069 fjerner tidssone parametere (navikt#1178)
* TFP-3069 Setter tidssone i buildfila * TFP-3069 Reverserer endringer for tidssone * TFP-3069 Setter tidssone i buildfila
1 parent 60b1545 commit f2aec43

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/_workflows/build-and-deploy-master.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
NAMESPACE: t4
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1212
IMAGE_BASE: docker.pkg.github.com/${{ github.repository }}/fpsak-frontend
13-
TZ: "Europe/Oslo"
1413

1514
jobs:
1615
build:

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ENV APP_DIR="/app" \
66
APP_URL_FPTILBAKE="http://fptilbake" \
77
APP_URL_FPOPPDRAG="http://fpoppdrag" \
88
APP_URL_FPSAK="http://fpsak"
9-
ENV TZ=Europe/Oslo
109
#FPSAK spesifkk
1110
COPY dist /app/fpsak/
1211
COPY k8s/proxy.nginx /nginx/proxy.nginx

0 commit comments

Comments
 (0)