Skip to content

Commit

Permalink
fix: license everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Apr 25, 2024
1 parent 89b8cb3 commit 9a9f125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ COPY PiXYZ.sln ./
RUN dotnet publish -c Release -r win10-x64 -o ./publish --self-contained true
ARG VULKAN_DLL_PATH
COPY ${VULKAN_DLL_PATH} ./publish/vulkan-1.dll
COPY pixyz_license_decentraland.bin ./publish/pixyz_license_decentraland.bin

# bundle all apps
FROM mcr.microsoft.com/windows:ltsc2019
Expand Down Expand Up @@ -89,6 +90,7 @@ COPY pixyz_license_decentraland.bin ./pixyz_license_decentraland.bin

WORKDIR /app

COPY pixyz_license_decentraland.bin ./pixyz_license_decentraland.bin
COPY RoadCoordinates.json ./RoadCoordinates.json
COPY --from=scene-lod-build /scene-lod/dist ./scene-lod/dist
COPY --from=scene-lod-build /scene-lod/package.json ./scene-lod/
Expand Down

0 comments on commit 9a9f125

Please sign in to comment.