Skip to content

Commit 2f3fe4e

Browse files
authored
Merge pull request #1437 from corbanvilla/corban/fix-docker-copy
fix: docker copy PLC binary
2 parents c74f3b5 + fd87d80 commit 2f3fe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV STDLIBLOC="/opt/rusty/stdlib"
66
ENV PATH="${PLCLOC}:${PATH}"
77

88
# Install the local RuSTy version
9-
COPY artifacts/plc /opt/rusty/plc
9+
COPY artifacts/plc /opt/rusty
1010
# Make the binary executable
1111
RUN chmod +x /opt/rusty/plc
1212
# Copy the standard library

0 commit comments

Comments
 (0)