diff --git a/web/Dockerfile b/Dockerfile similarity index 95% rename from web/Dockerfile rename to Dockerfile index 2aed845..4f462df 100644 --- a/web/Dockerfile +++ b/Dockerfile @@ -43,7 +43,8 @@ WORKDIR /app COPY --from=builder /usr/local/bundle /usr/local/bundle # Copy application code (exclude Dockerfile from web directory) -COPY --chown=potatomesh:potatomesh web/app.rb web/app.sh web/Gemfile web/Gemfile.lock* web/public/ web/spec/ ./ +COPY --chown=potatomesh:potatomesh web/app.rb web/app.sh web/Gemfile web/Gemfile.lock* web/spec/ ./ +COPY --chown=potatomesh:potatomesh web/public ./public COPY --chown=potatomesh:potatomesh web/views/ ./views/ # Copy SQL schema files from data directory