Skip to content

Commit

Permalink
revert to original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
acul009 committed Jun 12, 2024
1 parent ff5dc89 commit 4816fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modbus2mqtt-lambda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM swift:latest as builder
WORKDIR /swift
RUN git clone https://github.com/acul009/modbus-2-mqtt-bridge.git /swift
RUN git clone https://github.com/jollyjinx/modbus-2-mqtt-bridge.git /swift
RUN swift build -c release
RUN chmod -R u+rwX,go+rX-w /swift/.build/release/

Expand Down

0 comments on commit 4816fdf

Please sign in to comment.