Skip to content

Commit 07df330

Browse files
committed
add the web assets to the docker image
1 parent f65ea53 commit 07df330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ WORKDIR /app
3434
COPY --from=builder /work/govee /app/govee
3535
COPY AmazonRootCA1.pem /app
3636
COPY --from=builder --chown=govee:govee /data /data
37+
COPY assets /app/assets
3738

3839
USER govee:govee
3940
LABEL org.opencontainers.image.source="https://github.com/wez/govee"

0 commit comments

Comments
 (0)