Fix DLL load error
This commit is contained in:
Stephen 2018-05-14 11:24:57 +08:00 коммит произвёл GitHub
Родитель 1aea733eac
Коммит e9b77ac27e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
FROM gcc:7 AS build-env
FROM arm32v7/gcc:7 AS build-env
WORKDIR /app
# copy .c and .h file
@ -17,4 +17,4 @@ WORKDIR /app
COPY $EXE_DIR/ ./
COPY --from=build-env /app/libcomWrapper.so /usr/lib/
CMD ["/usr/bin/dotnet", "iot-edge-modbus.dll"]
CMD ["/usr/bin/dotnet", "iot-edge-modbus.dll"]