mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-06 02:02:20 +08:00
7 lines
119 B
Docker
7 lines
119 B
Docker
FROM debian
|
|
|
|
COPY . /workdir
|
|
RUN cd /workdir && ./install.sh docker
|
|
WORKDIR /workdir
|
|
ENTRYPOINT ["./start_openplc.sh"]
|