Skip to content

Commit

Permalink
List users service dist assets
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jul 6, 2023
1 parent 6678289 commit 36c279b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/users/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN npm install
# Build the users service
RUN npm run build --workspace @casimir/users

# List the users service assets
RUN ls services/users
# List the users service dist assets
RUN ls services/users/dist

# Copy the users service build assets to /app
COPY services/users/dist /app
Expand Down

0 comments on commit 36c279b

Please sign in to comment.