Expose 8080 so that reverse-proxies like jwilder/nginx-proxy can pick… (#97)
* Expose 8080 so that reverse-proxies like jwilder/nginx-proxy can pick up on it. * Now actually patching the right image.... Co-authored-by: Dane Everitt <dane@daneeveritt.com>
This commit is contained in:
parent
c279d28c5d
commit
4ee7f367e7
|
@ -19,5 +19,8 @@ RUN echo "ID=\"distroless\"" > /etc/os-release
|
||||||
# Stage 2 (Final)
|
# Stage 2 (Final)
|
||||||
FROM gcr.io/distroless/static:latest
|
FROM gcr.io/distroless/static:latest
|
||||||
COPY --from=builder /etc/os-release /etc/os-release
|
COPY --from=builder /etc/os-release /etc/os-release
|
||||||
|
|
||||||
COPY --from=builder /app/wings /usr/bin/
|
COPY --from=builder /app/wings /usr/bin/
|
||||||
CMD [ "/usr/bin/wings", "--config", "/etc/pterodactyl/config.yml" ]
|
CMD [ "/usr/bin/wings", "--config", "/etc/pterodactyl/config.yml" ]
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
|
|
Loading…
Reference in New Issue
Block a user