Skip to content

Commit adfeac9

Browse files
author
Alan Christie
committed
build: Better dockerfile
1 parent 24c5736 commit adfeac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ WORKDIR /log
6666
# Switch to container user
6767
ENV HOME ${APP_ROOT}
6868
WORKDIR ${APP_ROOT}
69-
USER root
7069

7170
# Start the application
72-
CMD ./docker-entrypoint.sh
71+
CMD ["./docker-entrypoint.sh"]

0 commit comments

Comments
 (0)