Skip to content

Commit 50f4e47

Browse files
authored
Fix Dockerfile with the correct supervisord config (#67)
1 parent 507e20f commit 50f4e47

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
@@ -125,7 +125,7 @@ RUN rm -rf /mage \
125125
&& apt-get clean
126126

127127
EXPOSE 3000 7444 7687
128-
COPY configs/ /etc/supervisor/conf.d/
128+
COPY configs/ /etc/supervisor/
129129

130130
RUN chmod 777 -R /var/log/memgraph
131131
RUN chmod 777 -R /var/lib/memgraph

0 commit comments

Comments
 (0)