Docker file recompile and rerun image

前端 未结 0 1790
野性不改
野性不改 2020-12-22 18:46

I have the following Dockerfile with the following configuration:

FROM swipl

COPY . /app
EXPOSE 8888

ENTRYPOINT ["swipl"]
CMD ["         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题