andrewrreed HF staff commited on
Commit
8eb9010
·
1 Parent(s): 7e3714e

only expose 3000

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,6 +17,6 @@ ENV SALT=mysalt
17
  COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
18
  RUN chmod +x /docker-entrypoint-wrapper.sh
19
 
20
- EXPOSE 3000 5432
21
 
22
  ENTRYPOINT ["dumb-init", "--", "/docker-entrypoint-wrapper.sh"]
 
17
  COPY docker-entrypoint-wrapper.sh /docker-entrypoint-wrapper.sh
18
  RUN chmod +x /docker-entrypoint-wrapper.sh
19
 
20
+ EXPOSE 3000
21
 
22
  ENTRYPOINT ["dumb-init", "--", "/docker-entrypoint-wrapper.sh"]