Skip to content

Commit

Permalink
chore: test dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gambley1 committed Aug 3, 2024
1 parent f5df0cc commit 1c043a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM dart:stable AS build
WORKDIR /app

# Resolve app dependencies.
COPY pubspec.* ./
COPY api/pubspec.* ./api
RUN dart pub get

# Copy app source code and AOT compile it.
Expand Down

0 comments on commit 1c043a7

Please sign in to comment.