Skip to content

Commit 9c104a1

Browse files
committed
Fixed working dir
1 parent 965ce89 commit 9c104a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/main/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN bash /opt/docker/install.sh
1010
EXPOSE 9000
1111

1212
VOLUME /docker/
13-
WORKDIR /docker/
13+
WORKDIR /docker/code/
1414

1515
ENTRYPOINT ["/opt/docker/entrypoint.sh"]
1616
CMD ["supervisord"]

0 commit comments

Comments
 (0)