Skip to content

Commit a99a2a4

Browse files
authored
SW-1415 Add missing config related to the software update and beamos_version file to the docker image (mrbeam#1512)
1 parent 9ad5ef4 commit a99a2a4

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ RUN source ./venv2/bin/activate \
5656

5757
COPY --chown=mrbeam ./docker-octoprint-config.yaml /home/mrbeam/.octoprint/config.yaml
5858

59+
COPY --chown=mrbeam docker-beamos_version /etc/beamos_version
60+
5961
COPY --chown=mrbeam . /home/mrbeam/MrBeamPlugin/
6062

6163
RUN source ./venv2/bin/activate \

docker-beamos_version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.18.2

docker-octoprint-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ server:
3434
secretKey: qVJcMugtq9U9khQ9pXkKpTfuPUc5HC15
3535
seenWizards:
3636
mrbeam: 22
37+
onlineCheck:
38+
enabled: true
39+
host: find.mr-beam.org
40+
port: '80'

0 commit comments

Comments
 (0)