Compare commits
1 Commits
8632a6efcd
...
f61728f87b
Author | SHA1 | Date | |
---|---|---|---|
f61728f87b |
@ -16,7 +16,6 @@ RUN chmod +x /entrypoint.sh
|
||||
|
||||
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} ubuntu:19.10
|
||||
USER mega
|
||||
WORKDIR /home/mega
|
||||
|
||||
COPY --from=builder /etc/sudoers /etc/sudoers
|
||||
@ -24,6 +23,7 @@ COPY --from=builder /entrypoint.sh /entrypoint.sh
|
||||
COPY --from=builder /megacmd.deb /megacmd.deb
|
||||
RUN apt install -y ./megacmd.deb
|
||||
|
||||
USER mega
|
||||
ENV PASSWORD=
|
||||
ENV EMAIL=
|
||||
CMD /entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user