Skip to content

Commit acabb7b

Browse files
committed
clean
1 parent b3002fe commit acabb7b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,8 @@ RUN /etc/init.d/postgresql start && \
1313
sed -e "s/local all all peer/local all all md5/" | \
1414
tee /etc/postgresql/10/main/pg_hba.conf && \
1515
/etc/init.d/postgresql stop
16-
USER root
17-
# psql --command "CREATE USER proxy_py WITH SUPERUSER PASSWORD 'proxy_py';" && \
18-
# createdb -O docker docker
1916

20-
# RUN su postgres -c '/etc/init.d/postgresql start'
21-
# RUN su postgres -c 'createuser proxy_py'
22-
# RUN su postgres -c 'createdb proxy_py'
23-
# RUN su postgres -c 'psql -c "alter user proxy_py with encrypted password \'proxy_py\';"'
24-
# RUN su postgres -c 'psql -c "grant all privileges on database proxy_py to proxy_py;"'
25-
# RUN /etc/init.d/postgresql restart
17+
USER root
2618
RUN ls /
2719
RUN wget https://github.com/DevAlone/proxy_py/archive/master.zip 2> /dev/null
2820
RUN unzip master.zip

0 commit comments

Comments
 (0)