ci: Adjustments to dockerfile
This commit is contained in:
@@ -39,7 +39,7 @@ RUN dotnet publish "Pushy.csproj" -c $BUILD_CONFIGURATION -o /app/publish/pushy
|
|||||||
FROM base AS final
|
FROM base AS final
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
COPY --from=publish /app/.dokku .
|
COPY --from=publish /app/.dokku /app/.dokku
|
||||||
|
|
||||||
RUN ls -la
|
RUN ls -la
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user