Fixes copy command

This commit is contained in:
zontreck 2025-03-15 01:52:11 -07:00
parent 88a7a0a9c6
commit b76d980b13

View file

@ -1,7 +1,7 @@
FROM git.zontreck.com/packages/flutter:latest as BUILDER
WORKDIR /app
COPY ./* /app/
COPY . .
RUN dart pub get