Skip to content

Commit

Permalink
chore: test fix Dockerfile in api
Browse files Browse the repository at this point in the history
  • Loading branch information
Gambley1 committed Aug 3, 2024
1 parent 0899f8a commit eeb4e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Specify the Dart SDK base image version using dart:<version> (ex: dart:2.17)
FROM dart:stable AS build

WORKDIR /app
WORKDIR /api/app

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

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

0 comments on commit eeb4e6a

Please sign in to comment.