Skip to content

Commit 1f8975b

Browse files
author
Alexander Rogalskiy
committed
Updates on files
1 parent aa26c50 commit 1f8975b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG VCS_REF="$(git rev-parse --short HEAD)"
2828

2929
ARG APP_DIR="/usr/src/app"
3030
ARG DATA_DIR="/usr/src/data"
31-
ARG TEMP_DIR="{${TEMP_DIR:-$(dirname $(mktemp))}"
31+
ARG TEMP_DIR="{${TEMP_DIR:-/tmp}"
3232

3333
ARG INSTALL_PACKAGES="git curl tini dos2unix locales"
3434

0 commit comments

Comments
 (0)