Skip to content

Commit

Permalink
chore: add a TODO about ui/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Aug 11, 2024
1 parent dcb5c63 commit 0d2f927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM ghcr.io/cirruslabs/flutter:latest AS build-env
RUN mkdir /app/
COPY . /app/
WORKDIR /app/
# TODO(eseidel): This isn't actually building.
RUN /bin/sh -c flutter build web

# use nginx to deploy
Expand Down

0 comments on commit 0d2f927

Please sign in to comment.