mirror of
https://github.com/chubin/wttr.in
synced 2024-11-15 00:27:09 +00:00
Remove commented lines
This commit is contained in:
parent
0b54ed68a4
commit
f434cc542a
1 changed files with 0 additions and 17 deletions
17
Dockerfile
17
Dockerfile
|
@ -16,16 +16,6 @@ RUN true && \
|
|||
# Results in /app/we-lang
|
||||
|
||||
|
||||
# FROM ubuntu:18.04
|
||||
# RUN apt-get update && \
|
||||
# apt-get install -y curl \
|
||||
# git \
|
||||
# python \
|
||||
# python-pip \
|
||||
# python-dev \
|
||||
# autoconf \
|
||||
# libtool \
|
||||
# gawk
|
||||
FROM alpine:3
|
||||
|
||||
WORKDIR /app
|
||||
|
@ -67,13 +57,6 @@ COPY --from=builder /app/we-lang /app/bin/we-lang
|
|||
COPY ./bin /app/bin
|
||||
COPY ./lib /app/lib
|
||||
COPY ./share /app/share
|
||||
|
||||
# These files should be mounted by the user at runtime:
|
||||
# /root/.wegorc
|
||||
# /root/.ip2location.key (optional)
|
||||
# /app/airports.dat
|
||||
# /app/GeoLite2-City.mmdb
|
||||
|
||||
COPY share/docker/supervisord.conf /etc/supervisor/supervisord.conf
|
||||
|
||||
ENV WTTR_MYDIR="/app"
|
||||
|
|
Loading…
Reference in a new issue