Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit e0a702d

Browse files
author
Tobi Schäfer
committed
fix: white-space
1 parent d5939e6 commit e0a702d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ FROM buildpack-deps:jessie-curl
33
LABEL maintainer="Mihkel Sokk <mihkelsokk@gmail.com>"
44

55
ENV RENDERER_ACCESS_KEY=changeme \
6-
CONCURRENCY=1 \
7-
WINDOW_WIDTH=1024 \
8-
WINDOW_HEIGHT=768 \
9-
NODE_ENV=production \
10-
ELECTRON_ENABLE_STACK_DUMPING=true \
11-
ELECTRON_ENABLE_LOGGING=true
6+
CONCURRENCY=1 \
7+
WINDOW_WIDTH=1024 \
8+
WINDOW_HEIGHT=768 \
9+
NODE_ENV=production \
10+
ELECTRON_ENABLE_STACK_DUMPING=true \
11+
ELECTRON_ENABLE_LOGGING=true
1212

1313
WORKDIR /app
1414

0 commit comments

Comments
 (0)