Fix logging of failed VSTP messages

This commit is contained in:
Fred Boniface
2024-04-28 11:52:00 +01:00
parent 2adb82a1b3
commit 5b1ab9b12f
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /source
COPY . .
RUN go build .
FROM scratch
FROM alpine:latest
COPY --from=builder /source/timetable-mgr /bin/timetable-mgr
USER 20400
CMD [ "/bin/timetable-mgr" ]