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
|
# 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
|
FROM alpine:3
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
@ -67,13 +57,6 @@ COPY --from=builder /app/we-lang /app/bin/we-lang
|
||||||
COPY ./bin /app/bin
|
COPY ./bin /app/bin
|
||||||
COPY ./lib /app/lib
|
COPY ./lib /app/lib
|
||||||
COPY ./share /app/share
|
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
|
COPY share/docker/supervisord.conf /etc/supervisor/supervisord.conf
|
||||||
|
|
||||||
ENV WTTR_MYDIR="/app"
|
ENV WTTR_MYDIR="/app"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue