Skip to content
Snippets Groups Projects
Commit 230e2d33 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fix env warnings

parent 15c4f56e
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ FROM alpine:3.20
ARG DEPENDENCY_DIR
ENV FLUTTER_HOME "/flutter"
ENV PATH $PATH:$FLUTTER_HOME/bin
ENV FLUTTER_GIT_URL "unknown source"
ENV FLUTTER_HOME="/flutter"
ENV PATH=$PATH:$FLUTTER_HOME/bin
ENV FLUTTER_GIT_URL="unknown source"
COPY --from=download $DEPENDENCY_DIR /
......
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