From d7210cef2b26066618b6af998c86f731ed23f39b Mon Sep 17 00:00:00 2001 From: Rafal Wrzochol Date: Thu, 9 Apr 2020 23:52:44 +0200 Subject: [PATCH] Fix APP_PATH reference typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc0284d..e22a444 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,5 +21,5 @@ RUN gem install bundler -v 2.0.2 RUN gem list bundler RUN bundle install # Copy the application into the container -COPY . APP_PATH +COPY . $APP_PATH EXPOSE 3000