Skip to content

Commit b9834df

Browse files
Merge pull request #3 from VolkerHartmann/docker
Fix Dockerfile
2 parents 39a0bdd + 989cda7 commit b9834df

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
@@ -73,7 +73,7 @@ RUN mkdir -p ${SERVICE_DIRECTORY}
7373
WORKDIR ${SERVICE_DIRECTORY}
7474
COPY --from=build-service-metastore2 ${SERVICE_DIRECTORY} ./
7575

76-
EXPORT PYTHONIOENCODING=UTF-8
76+
ENV PYTHONIOENCODING=UTF-8
7777

7878
# Define repo port
7979
EXPOSE ${REPO_PORT}

0 commit comments

Comments
 (0)