hsuwill000 commited on
Commit
63566bc
·
verified ·
1 Parent(s): 0174784

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -119,10 +119,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
119
 
120
  # 修正 gpsfake 中的 Python 3 相容性 Bug
121
  RUN sed -i 's/ord(c)/(c if isinstance(c, int) else ord(c))/g' /usr/bin/gpsfake
122
- RUN fuser -k 2947/tcp
123
-
124
- # 預留 GPSD 預設埠號
125
- EXPOSE 2947
126
 
127
  # 建立工作目錄
128
  WORKDIR /app
 
119
 
120
  # 修正 gpsfake 中的 Python 3 相容性 Bug
121
  RUN sed -i 's/ord(c)/(c if isinstance(c, int) else ord(c))/g' /usr/bin/gpsfake
 
 
 
 
122
 
123
  # 建立工作目錄
124
  WORKDIR /app