Skip to content

Commit

Permalink
Fixed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakli committed Oct 8, 2023
1 parent ef03a89 commit b10b2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ RUN cd /Workshop && \
RUN rm /docker-entrypoint-initdb.d/10_postgis.sh
COPY ./docker/initdb-mobilitydb.sh /docker-entrypoint-initdb.d/mobilitydb.sh
RUN chmod +x /docker-entrypoint-initdb.d/mobilitydb.sh
RUN chmod a+r /workshop/*
RUN chmod a+r /Workshop/*

0 comments on commit b10b2b0

Please sign in to comment.