Skip to content

Commit 0ed9c30

Browse files
author
LLT21
committed
appmpower-odbc-pg.dockerfile correction
1 parent b5c2bc0 commit 0ed9c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/CSharp/appmpower/appmpower-odbc-pg.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY --from=build /app/out ./
3030
#TODOGITHUB
3131
RUN cp /usr/lib/x86_64-linux-gnu/libodbc* /app
3232
#TODOLOCAL
33-
RUN cp /usr/lib/aarch64-linux-gnu/libodbc* /app
33+
#RUN cp /usr/lib/aarch64-linux-gnu/libodbc* /app
3434

3535
EXPOSE 8080
3636

0 commit comments

Comments
 (0)