@atlashub/smartstack-cli 4.71.0 → 4.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlashub/smartstack-cli",
3
- "version": "4.71.0",
3
+ "version": "4.72.0",
4
4
  "description": "SmartStack Claude Code automation toolkit - GitFlow, EF Core migrations, prompts and more",
5
5
  "author": {
6
6
  "name": "SmartStack",
@@ -28,7 +28,7 @@ COPY src/{{ProjectName}}.Api/ {{ProjectName}}.Api/
28
28
  # Publish release build
29
29
  RUN dotnet publish {{ProjectName}}.Api/{{ProjectName}}.Api.csproj \
30
30
  -c Release \
31
- -o /app/publish \
31
+ -o /src/publish \
32
32
  --no-restore
33
33
 
34
34
  # --- Stage 2: Runtime ---
@@ -36,7 +36,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime
36
36
  WORKDIR /app
37
37
 
38
38
  # Copy published app
39
- COPY --from=build /app/publish .
39
+ COPY --from=build /src/publish/ .
40
40
 
41
41
  # Configure ports
42
42
  # 5142 = API HTTP