diff --git a/Dockerfile b/Dockerfile index db81d5dac9..3ab33bc411 100644 --- a/Dockerfile +++ b/Dockerfile @@ -113,8 +113,6 @@ COPY ./public /usr/share/nginx/html/public COPY ./src /usr/share/nginx/html/src COPY --from=builder /usr/local/src/vendor /usr/share/nginx/html/vendor -# Set Version - RUN mkdir -p /storage/uploads && \ mkdir -p /storage/cache && \ chown -Rf www-data.www-data /storage/uploads && chmod -Rf 0755 /storage/uploads && \ diff --git a/app/sdks/dart/.packages b/app/sdks/dart/.packages index 9e50efec1c..e1b6baffca 100644 --- a/app/sdks/dart/.packages +++ b/app/sdks/dart/.packages @@ -1,4 +1,4 @@ -# Generated by pub on 2019-11-29 19:32:31.271463. +# Generated by pub on 2019-11-29 22:26:29.853212. charcode:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ collection:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/collection-1.14.12/lib/ cookie_jar:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/cookie_jar-1.0.1/lib/