diff --git a/Dockerfile b/Dockerfile index 8ea51ca..21a0da2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ WORKDIR /data EXPOSE 3255 -ENTRYPOINT ["crossvm","--port=3255","/app/Tesses.YouTubeDownloader.Server.crvm"] \ No newline at end of file +ENTRYPOINT ["crossvm","/app/Tesses.YouTubeDownloader.Server.crvm","--port=3255"] \ No newline at end of file