.
This commit is contained in:
parent
eaac90cca7
commit
f384faad35
@ -58,8 +58,8 @@ RUN apk add --no-cache && \\
|
||||
adduser -S app -G app -h /app -u 1000
|
||||
USER app
|
||||
WORKDIR /app
|
||||
COPY --from=BUILDER /go/${app_name} /app/
|
||||
ENTRYPOINT ./${app_name}
|
||||
COPY --from=BUILDER /go/dohserver /app/
|
||||
ENTRYPOINT ./dohserver
|
||||
"""
|
||||
|
||||
writeFile file: workspace + '/Dockerfile', text: dockerfile
|
||||
|
Reference in New Issue
Block a user