YumingYuan commited on
Commit
3fd4aa0
1 Parent(s): 8c91311

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -4,12 +4,7 @@ RUN \
4
  echo "**** install packages ****" && \
5
  apk add --no-cache \
6
  firefox-esr && \
7
- echo "**** cleanup ****" && \
8
- rm -rf \
9
- /tmp/*
10
 
11
- # add local files
12
- COPY /root /
13
 
14
  # ports and volumes
15
  EXPOSE 7860
 
4
  echo "**** install packages ****" && \
5
  apk add --no-cache \
6
  firefox-esr && \
 
 
 
7
 
 
 
8
 
9
  # ports and volumes
10
  EXPOSE 7860