Browse Source

fix dockerfile

Help-14 3 năm trước cách đây
mục cha
commit
6b621c9ffb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -20,7 +20,6 @@ RUN mkdir /app
 COPY --from=build /bin/magma /app/
 COPY ./src/common /app/common
 COPY ./src/languages /app/languages
-COPY ./src/sample /app/sample
 COPY ./src/themes /app/themes
 
 EXPOSE 7001