Commit f9b47b86 authored by Cameron Carney's avatar Cameron Carney

changed default /data/storage permissions

parent 7c5143ad
......@@ -22,7 +22,7 @@ RUN \
RUN curl -Lo "${PANEL_VERSION}.tar.gz" https://github.com/Pterodactyl/Panel/archive/${PANEL_VERSION}.tar.gz \
&& tar --strip-components=1 -xzvf ${PANEL_VERSION}.tar.gz \
&& rm "${PANEL_VERSION}.tar.gz" \
&& chmod -R 777 storage/* bootstrap/cache \
&& chmod -R 755 storage/* bootstrap/cache \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& composer install --ansi --no-dev \
&& mv ./storage storage.template \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment