Skip to content

Commit 989cda7

Browse files
Fix Dockerfile
1 parent 39a0bdd commit 989cda7

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)