Fix logging of failed VSTP messages
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user