fix dockerfile

This commit is contained in:
Help-14 2022-04-16 09:45:02 +07:00
parent 920339e94c
commit 6b621c9ffb

View file

@ -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