mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-22 07:01:21 +00:00
fixing line continuation.
This commit is contained in:
parent
24adc71bd4
commit
423514b749
@ -11,7 +11,7 @@ FROM openjdk:11
|
||||
|
||||
RUN useradd -r -u 1000 -g users qortal && \
|
||||
mkdir /qortal && \
|
||||
chown 1000:100 /qortal && \
|
||||
chown 1000:100 /qortal
|
||||
|
||||
COPY --from=builder /work/log4j2.properties /qortal/
|
||||
COPY --from=builder /work/target/qortal*.jar /qortal/qortal.jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user