Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Dec 5, 2024
1 parent 8205ad9 commit be59f3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ WORKDIR /app
COPY --from=build /out ./
WORKDIR /usr/bin
RUN cp *_plugin /app/protoc/linux64/
LABEL service=protoc-api
WORKDIR /app
RUN chmod -R +x /app/protoc/linux64
ENTRYPOINT ["dotnet", "ProtocApi.dll"]
ENTRYPOINT ["dotnet", "ProtocApi.dll"]

0 comments on commit be59f3f

Please sign in to comment.