Browse Source

fix: docker

double.huang 4 years ago
parent
commit
d153d4472d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -1,8 +1,6 @@
 FROM alpine
-
 ADD i2-bill-erp.tar.gz /app/
 
-RUN echo "127.0.0.1	localhost" >> /etc/hosts && echo "127.0.0.1	i2-bill-erp" >> /etc/hosts
 
 VOLUME [ "/app/etc" ]
 EXPOSE 8888